Html Css Color HEX #C36D12 Ochre

📋 copy color: '#C36D12'

red 195 ◦ green 109 ◦ blue 18

#C36D12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C36D12

Tints of Ochre #C36D12

RGB

 RED value IS 195 (76.56% from 255) = 60.56%

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 60.56%
G = 33.85%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C36D12 (or 0xC36D12) is known color: Ochre. HEX triplet: C3, 6D and 12. RGB value is (195,109,18). Sum of RGB (Red+Green+Blue) = 195+109+18=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D12 is #3C92ED. Grayscale: #7C7C7C. Windows color (decimal): -3969774 or 1207747. OLE color: 1207747.

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

Color convert

RGB 195 109 18 -
CMYK 0 0.44 0.91 0.24
HSL 30.85º 0.83% 0.42% -
HSV(B) 30.85º 0.91% 0.76% -
XYZ 28.08 22.58 3.45 -
YUV 124.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 195 109 18 0 0.44 0.91 0.24 30.85 0.83 0.42
Hex C3 6D 12 0 2C 5B 18 1F 53 2A
Octal 303 155 22 0 54 133 30 37 123 52
Binary 11000011 1101101 10010 0 101100 1011011 11000 11111 1010011 101010

Color Harmonies of #C36D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D12

Black with #C36D12

Text Example


Text Example

White with #C36D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D12; }

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

 H1.HeaderClassName
 {
   color: #C36D12;
 }
 .AnyTagClassName
 {
   color: #C36D12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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