#C46F22

Color #C46F22 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C46F22

Tints of Ochre #C46F22

Color information

#C46F22 (or 0xC46F22) is unknown color: approx Ochre. HEX triplet: C4, 6F and 22. RGB value is (196,111,34). Sum of RGB (Red+Green+Blue) = 196+111+34=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F22 is #3B90DD. Grayscale: #808080. Windows color (decimal): -3903710 or 2256836. OLE color: 2256836.

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

Color convert

RGB19611134-
CMYK00.430.830.23
HSL28.52º70.43%45.1%-
HSV(B)28.52º82.65%76.86%-
XYZ28.7423.224.48-
YUV127.6475.16176.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.48%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 34 (13.67% from 255) = 9.97%
R=57.48%
G=32.55%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961113400.430.830.2328.5270.4345.1
HexC46F2202B53171d462d
Octal30415742053123273510655
Binary1100010011011111000100101011101001110111111011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F22; }

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

 H1.HeaderClassName
 {
   color: #C46F22;
 }
 .AnyTagClassName
 {
   color: #C46F22;
 }
</style>
background-color css

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

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

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

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

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

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