#C46C23

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

Shades of Ochre #C46C23

Tints of Ochre #C46C23

Color information

#C46C23 (or 0xC46C23) is unknown color: approx Ochre. HEX triplet: C4, 6C and 23. RGB value is (196,108,35). Sum of RGB (Red+Green+Blue) = 196+108+35=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C23 is #3B93DC. Grayscale: #7E7E7E. Windows color (decimal): -3904477 or 2321604. OLE color: 2321604.

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

Color convert

RGB19610835-
CMYK00.450.820.23
HSL27.2º69.7%45.29%-
HSV(B)27.2º82.14%76.86%-
XYZ28.4322.584.45-
YUV125.9976.65177.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=57.82%
G=31.86%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961083500.450.820.2327.269.745.29
HexC46C2302D52171b462d
Octal30415443055122273310655
Binary1100010011011001000110101101101001010111110111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C23; }

 p { color: rgb(196,108,35); }

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

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

 a { background-color: rgb(196,108,35); }

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

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

 span { border-color: rgb(196,108,35); }

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