#C36E0C

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

Shades of Ochre #C36E0C

Tints of Ochre #C36E0C

Color information

#C36E0C (or 0xC36E0C) is unknown color: approx Ochre. HEX triplet: C3, 6E and 0C. RGB value is (195,110,12). Sum of RGB (Red+Green+Blue) = 195+110+12=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E0C is #3C91F3. Grayscale: #7C7C7C. Windows color (decimal): -3969524 or 814787. OLE color: 814787.

HSL color Cylindrical-coordinate representation of color #C36E0C: hue angle of 32.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C36E0C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19511012-
CMYK00.440.940.24
HSL32.13º88.41%40.59%-
HSV(B)32.13º93.85%76.47%-
XYZ28.1522.783.26-
YUV124.2464.66178.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=61.51%
G=34.70%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951101200.440.940.2432.1388.4140.59
HexC36EC02C5E18205829
Octal30315614054136304013051
Binary110000111101110110001011001011110110001000001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E0C; }

 p { color: rgb(195,110,12); }

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

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

 a { background-color: rgb(195,110,12); }

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

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

 span { border-color: rgb(195,110,12); }

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