Html Css Color HEX #C36D14 Ochre

📋 copy color: '#C36D14'

red 195 ◦ green 109 ◦ blue 20

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

Shades of Ochre #C36D14

Tints of Ochre #C36D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 60.19%
G = 33.64%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36D14 (or 0xC36D14) is known color: Ochre. HEX triplet: C3, 6D and 14. RGB value is (195,109,20). Sum of RGB (Red+Green+Blue) = 195+109+20=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D14 is #3C92EB. Grayscale: #7D7D7D. Windows color (decimal): -3969772 or 1338819. OLE color: 1338819.

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

Color convert

RGB 195 109 20 -
CMYK 0 0.44 0.90 0.24
HSL 30.51º 0.81% 0.42% -
HSV(B) 30.51º 0.9% 0.76% -
XYZ 28.1 22.59 3.54 -
YUV 124.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 195 109 20 0 0.44 0.90 0.24 30.51 0.81 0.42
Hex C3 6D 14 0 2C 5A 18 1F 51 2A
Octal 303 155 24 0 54 132 30 37 121 52
Binary 11000011 1101101 10100 0 101100 1011010 11000 11111 1010001 101010

Color Harmonies of #C36D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D14

Black with #C36D14

Text Example


Text Example

White with #C36D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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