#C16B1E

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

Shades of Ochre #C16B1E

Tints of Ochre #C16B1E

Color information

#C16B1E (or 0xC16B1E) is unknown color: approx Ochre. HEX triplet: C1, 6B and 1E. RGB value is (193,107,30). Sum of RGB (Red+Green+Blue) = 193+107+30=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B1E is #3E94E1. Grayscale: #7C7C7C. Windows color (decimal): -4101346 or 1993665. OLE color: 1993665.

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

Color convert

RGB19310730-
CMYK00.450.840.24
HSL28.34º73.09%43.73%-
HSV(B)28.34º84.46%75.69%-
XYZ27.4821.954.02-
YUV123.9474.99177.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=58.48%
G=32.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931073000.450.840.2428.3473.0943.73
HexC16B1E02D54181c492c
Octal30115336055124303411154
Binary110000011101011111100101101101010011000111001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16B1E; }

 p { color: rgb(193,107,30); }

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

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

 a { background-color: rgb(193,107,30); }

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

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

 span { border-color: rgb(193,107,30); }

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