#C36D1E

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

Shades of Ochre #C36D1E

Tints of Ochre #C36D1E

Color information

#C36D1E (or 0xC36D1E) is unknown color: approx Ochre. HEX triplet: C3, 6D and 1E. RGB value is (195,109,30). Sum of RGB (Red+Green+Blue) = 195+109+30=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D1E is #3C92E1. Grayscale: #7E7E7E. Windows color (decimal): -3969762 or 1994179. OLE color: 1994179.

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

Color convert

RGB19510930-
CMYK00.440.850.24
HSL28.73º73.33%44.12%-
HSV(B)28.73º84.62%76.47%-
XYZ28.2122.634.11-
YUV125.7173.99177.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.38%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 30 (12.11% from 255) = 8.98%
R=58.38%
G=32.63%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951093000.440.850.2428.7373.3344.12
HexC36D1E02C55181d492c
Octal30315536054125303511154
Binary110000111101101111100101100101010111000111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D1E; }

 p { color: rgb(195,109,30); }

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

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

 a { background-color: rgb(195,109,30); }

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

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

 span { border-color: rgb(195,109,30); }

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