#69560A

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

Shades of Raw Umber #69560A

Tints of Raw Umber #69560A

Color information

#69560A (or 0x69560A) is unknown color: approx Raw Umber. HEX triplet: 69, 56 and 0A. RGB value is (105,86,10). Sum of RGB (Red+Green+Blue) = 105+86+10=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69560A is #96A9F5. Grayscale: #535353. Windows color (decimal): -9873910 or 677481. OLE color: 677481.

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

Color convert

RGB1058610-
CMYK00.180.900.59
HSL48º82.61%22.55%-
HSV(B)48º90.48%41.18%-
XYZ9.219.681.67-
YUV83.0286.79143.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=52.24%
G=42.79%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105861000.180.900.594882.6122.55
Hex6956A0125A3B305317
Octal15112612022132736012327
Binary1101001101011010100100101011010111011110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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