#C56D16

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

Shades of Ochre #C56D16

Tints of Ochre #C56D16

Color information

#C56D16 (or 0xC56D16) is unknown color: approx Ochre. HEX triplet: C5, 6D and 16. RGB value is (197,109,22). Sum of RGB (Red+Green+Blue) = 197+109+22=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56D16 is #3A92E9. Grayscale: #7D7D7D. Windows color (decimal): -3838698 or 1469893. OLE color: 1469893.

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

Color convert

RGB19710922-
CMYK00.450.890.23
HSL29.83º79.91%42.94%-
HSV(B)29.83º88.83%77.25%-
XYZ28.6422.873.66-
YUV125.3969.65179.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=60.06%
G=33.23%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971092200.450.890.2329.8379.9142.94
HexC56D1602D59171e502b
Octal30515526055131273612053
Binary110001011101101101100101101101100110111111101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56D16; }

 p { color: rgb(197,109,22); }

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

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

 a { background-color: rgb(197,109,22); }

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

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

 span { border-color: rgb(197,109,22); }

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