#c97621

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

Shades of Ochre #C97621

Tints of Ochre #C97621

Color information

#C97621 (or 0xC97621) is unknown color: approx Ochre. HEX triplet: C9, 76 and 21. RGB value is (201,118,33). Sum of RGB (Red+Green+Blue) = 201+118+33=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97621 is #3689DE. Grayscale: #858585. Windows color (decimal): -3574239 or 2193097. OLE color: 2193097.

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

Color convert

RGB20111833-
CMYK00.410.840.21
HSL30.36º71.79%45.88%-
HSV(B)30.36º83.58%78.82%-
XYZ30.8425.484.73-
YUV133.1371.5176.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=57.10%
G=33.52%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011183300.410.840.2130.3671.7945.88
HexC9762102954151e482e
Octal31116641051124253611056
Binary1100100111101101000010101001101010010101111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97621; }

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

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

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

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

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

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

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

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