#CB7610

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

Shades of Ochre #CB7610

Tints of Ochre #CB7610

Color information

#CB7610 (or 0xCB7610) is unknown color: approx Ochre. HEX triplet: CB, 76 and 10. RGB value is (203,118,16). Sum of RGB (Red+Green+Blue) = 203+118+16=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7610 is #3489EF. Grayscale: #848484. Windows color (decimal): -3443184 or 1078987. OLE color: 1078987.

HSL color Cylindrical-coordinate representation of color #CB7610: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7610 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB20311816-
CMYK00.420.920.20
HSL32.73º85.39%42.94%-
HSV(B)32.73º92.12%79.61%-
XYZ31.225.693.8-
YUV131.7962.66178.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=60.24%
G=35.01%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031181600.420.920.2032.7385.3942.94
HexCB761002A5C1421552b
Octal31316620052134244112553
Binary1100101111101101000001010101011100101001000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7610; }

 p { color: rgb(203,118,16); }

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

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

 a { background-color: rgb(203,118,16); }

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

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

 span { border-color: rgb(203,118,16); }

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