#cb6f1c

Color #CB6F1C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CB6F1C

Tints of Ochre #CB6F1C

Color information

#CB6F1C (or 0xCB6F1C) is unknown color: approx Ochre. HEX triplet: CB, 6F and 1C. RGB value is (203,111,28). Sum of RGB (Red+Green+Blue) = 203+111+28=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F1C is #3490E3. Grayscale: #818181. Windows color (decimal): -3444964 or 1863627. OLE color: 1863627.

HSL color Cylindrical-coordinate representation of color #CB6F1C: hue angle of 28.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB6F1C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20311128-
CMYK00.450.860.20
HSL28.46º75.76%45.29%-
HSV(B)28.46º86.21%79.61%-
XYZ30.5224.154.15-
YUV129.0570.98180.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 59.36%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 28 (11.33% from 255) = 8.19%
R=59.36%
G=32.46%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031112800.450.860.2028.4675.7645.29
HexCB6F1C02D56141c4c2d
Octal31315734055126243411455
Binary110010111101111111000101101101011010100111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6f1c; }

 p { color: rgb(203,111,28); }

 H1.HeaderClassName
 {
   color: #cb6f1c;
 }
 .AnyTagClassName
 {
   color: #cb6f1c;
 }
</style>
background-color css

<style>
 a { background-color: #cb6f1c; }

 a { background-color: rgb(203,111,28); }

 div.DivClassName
 {
   background-color: #cb6f1c;
 }
 .BgClassName
 {
   background-color: #cb6f1c;
 }
</style>
border-color css

<style>
 span { border-color: #cb6f1c; }

 span { border-color: rgb(203,111,28); }

 td.TdClassName
 {
   border-color: #cb6f1c;
 }
 .TagClassName
 {
   border-color: #cb6f1c;
 }
</style>