Html Css Color HEX #C36E0B Ochre

📋 copy color: '#C36E0B'

red 195 ◦ green 110 ◦ blue 11

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

Shades of Ochre #C36E0B

Tints of Ochre #C36E0B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 61.71%
G = 34.81%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C36E0B (or 0xC36E0B) is known color: Ochre. HEX triplet: C3, 6E and 0B. RGB value is (195,110,11). Sum of RGB (Red+Green+Blue) = 195+110+11=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E0B is #3C91F4. Grayscale: #7C7C7C. Windows color (decimal): -3969525 or 749251. OLE color: 749251.

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

Color convert

RGB 195 110 11 -
CMYK 0 0.44 0.94 0.24
HSL 32.28º 0.89% 0.4% -
HSV(B) 32.28º 0.94% 0.76% -
XYZ 28.14 22.78 3.23 -
YUV 124.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 195 110 11 0 0.44 0.94 0.24 32.28 0.89 0.4
Hex C3 6E B 0 2C 5E 18 20 59 28
Octal 303 156 13 0 54 136 30 40 131 50
Binary 11000011 1101110 1011 0 101100 1011110 11000 100000 1011001 101000

Color Harmonies of #C36E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E0B

Black with #C36E0B

Text Example


Text Example

White with #C36E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E0B; }

 p { color: rgb(195,110,11); }

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

background-color css

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

 a { background-color: rgb(195,110,11); }

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

border-color css

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

 span { border-color: rgb(195,110,11); }

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