#69520A

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

Shades of Raw Umber #69520A

Tints of Raw Umber #69520A

Color information

#69520A (or 0x69520A) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 0A. RGB value is (105,82,10). Sum of RGB (Red+Green+Blue) = 105+82+10=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69520A is #96ADF5. Grayscale: #505050. Windows color (decimal): -9874934 or 676457. OLE color: 676457.

HSL color Cylindrical-coordinate representation of color #69520A: hue angle of 45.47º 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 #69520A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1058210-
CMYK00.220.900.59
HSL45.47º82.61%22.55%-
HSV(B)45.47º90.48%41.18%-
XYZ8.99.061.57-
YUV80.6788.12145.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=53.30%
G=41.62%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105821000.220.900.5945.4782.6122.55
Hex6952A0165A3B2d5317
Octal15112212026132735512327
Binary1101001101001010100101101011010111011101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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