Html Css Color HEX #C36F22 Ochre

📋 copy color: '#C36F22'

red 195 ◦ green 111 ◦ blue 34

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

Shades of Ochre #C36F22

Tints of Ochre #C36F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10%

R = 57.35%
G = 32.65%
B = 10%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C36F22 (or 0xC36F22) is known color: Ochre. HEX triplet: C3, 6F and 22. RGB value is (195,111,34). Sum of RGB (Red+Green+Blue) = 195+111+34=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F22 is #3C90DD. Grayscale: #7F7F7F. Windows color (decimal): -3969246 or 2256835. OLE color: 2256835.

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

Color convert

RGB 195 111 34 -
CMYK 0 0.43 0.83 0.24
HSL 28.7º 0.7% 0.45% -
HSV(B) 28.7º 0.83% 0.76% -
XYZ 28.48 23.09 4.47 -
YUV 127.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 195 111 34 0 0.43 0.83 0.24 28.7 0.7 0.45
Hex C3 6F 22 0 2B 53 18 1D 46 2D
Octal 303 157 42 0 53 123 30 35 106 55
Binary 11000011 1101111 100010 0 101011 1010011 11000 11101 1000110 101101

Color Harmonies of #C36F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F22

Black with #C36F22

Text Example


Text Example

White with #C36F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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