#69560E

Color #69560E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #69560E

Tints of Raw Umber #69560E

Color information

#69560E (or 0x69560E) is unknown color: approx Raw Umber. HEX triplet: 69, 56 and 0E. RGB value is (105,86,14). Sum of RGB (Red+Green+Blue) = 105+86+14=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69560E is #96A9F1. Grayscale: #535353. Windows color (decimal): -9873906 or 939625. OLE color: 939625.

HSL color Cylindrical-coordinate representation of color #69560E: hue angle of 47.47º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69560E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1058614-
CMYK00.180.870.59
HSL47.47º76.47%23.33%-
HSV(B)47.47º86.67%41.18%-
XYZ9.239.691.8-
YUV83.4788.79143.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=51.22%
G=41.95%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105861400.180.870.5947.4776.4723.33
Hex6956E012573B2f4c17
Octal15112616022127735711427
Binary1101001101011011100100101010111111011101111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69560E; }

 p { color: rgb(105,86,14); }

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

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

 a { background-color: rgb(105,86,14); }

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

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

 span { border-color: rgb(105,86,14); }

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