#CB8618

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

Shades of Ochre #CB8618

Tints of Ochre #CB8618

Color information

#CB8618 (or 0xCB8618) is unknown color: approx Ochre. HEX triplet: CB, 86 and 18. RGB value is (203,134,24). Sum of RGB (Red+Green+Blue) = 203+134+24=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8618 is #3479E7. Grayscale: #8E8E8E. Windows color (decimal): -3439080 or 1607371. OLE color: 1607371.

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

Color convert

RGB20313424-
CMYK00.340.880.20
HSL36.87º78.85%44.51%-
HSV(B)36.87º88.18%79.61%-
XYZ33.3229.814.86-
YUV142.0961.36171.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 24 (9.77% from 255) = 6.65%
R=56.23%
G=37.12%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031342400.340.880.2036.8778.8544.51
HexCB86180225814254f2d
Octal31320630042130244511755
Binary11001011100001101100001000101011000101001001011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8618; }

 p { color: rgb(203,134,24); }

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

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

 a { background-color: rgb(203,134,24); }

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

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

 span { border-color: rgb(203,134,24); }

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