#69520D

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

Shades of Raw Umber #69520D

Tints of Raw Umber #69520D

Color information

#69520D (or 0x69520D) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 0D. RGB value is (105,82,13). Sum of RGB (Red+Green+Blue) = 105+82+13=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69520D is #96ADF2. Grayscale: #515151. Windows color (decimal): -9874931 or 873065. OLE color: 873065.

HSL color Cylindrical-coordinate representation of color #69520D: hue angle of 45º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69520D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1058213-
CMYK00.220.880.59
HSL45º77.97%23.14%-
HSV(B)45º87.62%41.18%-
XYZ8.929.071.66-
YUV81.0189.62145.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=52.5%
G=41%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105821300.220.880.594577.9723.14
Hex6952D016583B2d4e17
Octal15112215026130735511627
Binary1101001101001011010101101011000111011101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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