Html Css Color HEX #C36F09 Ochre

📋 copy color: '#C36F09'

red 195 ◦ green 111 ◦ blue 9

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

Shades of Ochre #C36F09

Tints of Ochre #C36F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 9 (3.91% from 255) = 2.86%

R = 61.9%
G = 35.24%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C36F09 (or 0xC36F09) is known color: Ochre. HEX triplet: C3, 6F and 09. RGB value is (195,111,9). Sum of RGB (Red+Green+Blue) = 195+111+9=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F09 is #3C90F6. Grayscale: #7C7C7C. Windows color (decimal): -3969271 or 618435. OLE color: 618435.

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

Color convert

RGB 195 111 9 -
CMYK 0 0.43 0.95 0.24
HSL 32.9º 0.91% 0.4% -
HSV(B) 32.9º 0.95% 0.76% -
XYZ 28.24 22.99 3.21 -
YUV 124.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 195 111 9 0 0.43 0.95 0.24 32.9 0.91 0.4
Hex C3 6F 9 0 2B 5F 18 21 5B 28
Octal 303 157 11 0 53 137 30 41 133 50
Binary 11000011 1101111 1001 0 101011 1011111 11000 100001 1011011 101000

Color Harmonies of #C36F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F09

Black with #C36F09

Text Example


Text Example

White with #C36F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F09; }

 p { color: rgb(195,111,9); }

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

background-color css

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

 a { background-color: rgb(195,111,9); }

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

border-color css

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

 span { border-color: rgb(195,111,9); }

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