#C97616

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

Shades of Ochre #C97616

Tints of Ochre #C97616

Color information

#C97616 (or 0xC97616) is unknown color: approx Ochre. HEX triplet: C9, 76 and 16. RGB value is (201,118,22). Sum of RGB (Red+Green+Blue) = 201+118+22=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C97616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97616 is #3689E9. Grayscale: #848484. Windows color (decimal): -3574250 or 1472201. OLE color: 1472201.

HSL color Cylindrical-coordinate representation of color #C97616: hue angle of 32.18º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C97616 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20111822-
CMYK00.410.890.21
HSL32.18º80.27%43.73%-
HSV(B)32.18º89.05%78.82%-
XYZ30.7125.434.05-
YUV131.8766177.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=58.94%
G=34.60%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011182200.410.890.2132.1880.2743.73
HexC97616029591520502c
Octal31116626051131254012054
Binary1100100111101101011001010011011001101011000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97616; }

 p { color: rgb(201,118,22); }

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

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

 a { background-color: rgb(201,118,22); }

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

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

 span { border-color: rgb(201,118,22); }

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