Html Css Color HEX #C36D15 Ochre

📋 copy color: '#C36D15'

red 195 ◦ green 109 ◦ blue 21

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

Shades of Ochre #C36D15

Tints of Ochre #C36D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 60%
G = 33.54%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36D15 (or 0xC36D15) is known color: Ochre. HEX triplet: C3, 6D and 15. RGB value is (195,109,21). Sum of RGB (Red+Green+Blue) = 195+109+21=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D15 is #3C92EA. Grayscale: #7D7D7D. Windows color (decimal): -3969771 or 1404355. OLE color: 1404355.

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

Color convert

RGB 195 109 21 -
CMYK 0 0.44 0.89 0.24
HSL 30.34º 0.81% 0.42% -
HSV(B) 30.34º 0.89% 0.76% -
XYZ 28.11 22.59 3.59 -
YUV 124.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 195 109 21 0 0.44 0.89 0.24 30.34 0.81 0.42
Hex C3 6D 15 0 2C 59 18 1E 51 2A
Octal 303 155 25 0 54 131 30 36 121 52
Binary 11000011 1101101 10101 0 101100 1011001 11000 11110 1010001 101010

Color Harmonies of #C36D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D15

Black with #C36D15

Text Example


Text Example

White with #C36D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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