Html Css Color HEX #C36D0F Ochre

📋 copy color: '#C36D0F'

red 195 ◦ green 109 ◦ blue 15

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

Shades of Ochre #C36D0F

Tints of Ochre #C36D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 61.13%
G = 34.17%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C36D0F (or 0xC36D0F) is known color: Ochre. HEX triplet: C3, 6D and 0F. RGB value is (195,109,15). Sum of RGB (Red+Green+Blue) = 195+109+15=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D0F is #3C92F0. Grayscale: #7C7C7C. Windows color (decimal): -3969777 or 1011139. OLE color: 1011139.

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

Color convert

RGB 195 109 15 -
CMYK 0 0.44 0.92 0.24
HSL 31.33º 0.86% 0.41% -
HSV(B) 31.33º 0.92% 0.76% -
XYZ 28.06 22.57 3.33 -
YUV 124 66.49 178.64 -
System Red Green Blue C M Y K H S L
Decimal 195 109 15 0 0.44 0.92 0.24 31.33 0.86 0.41
Hex C3 6D F 0 2C 5C 18 1F 56 29
Octal 303 155 17 0 54 134 30 37 126 51
Binary 11000011 1101101 1111 0 101100 1011100 11000 11111 1010110 101001

Color Harmonies of #C36D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D0F

Black with #C36D0F

Text Example


Text Example

White with #C36D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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