#C36F0C

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

Shades of Ochre #C36F0C

Tints of Ochre #C36F0C

Color information

#C36F0C (or 0xC36F0C) is unknown color: approx Ochre. HEX triplet: C3, 6F and 0C. RGB value is (195,111,12). Sum of RGB (Red+Green+Blue) = 195+111+12=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F0C is #3C90F3. Grayscale: #7D7D7D. Windows color (decimal): -3969268 or 815043. OLE color: 815043.

HSL color Cylindrical-coordinate representation of color #C36F0C: hue angle of 32.46º 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 #C36F0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19511112-
CMYK00.430.940.24
HSL32.46º88.41%40.59%-
HSV(B)32.46º93.85%76.47%-
XYZ28.26233.3-
YUV124.8364.33178.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=61.32%
G=34.91%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951111200.430.940.2432.4688.4140.59
HexC36FC02B5E18205829
Octal30315714053136304013051
Binary110000111101111110001010111011110110001000001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F0C; }

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

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

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

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

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

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

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

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