#69500D

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

Shades of Raw Umber #69500D

Tints of Raw Umber #69500D

Color information

#69500D (or 0x69500D) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 0D. RGB value is (105,80,13). Sum of RGB (Red+Green+Blue) = 105+80+13=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69500D is #96AFF2. Grayscale: #505050. Windows color (decimal): -9875443 or 872553. OLE color: 872553.

HSL color Cylindrical-coordinate representation of color #69500D: hue angle of 43.7º 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 #69500D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1058013-
CMYK00.240.880.59
HSL43.7º77.97%23.14%-
HSV(B)43.7º87.62%41.18%-
XYZ8.778.771.61-
YUV79.8490.28145.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=53.03%
G=40.40%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105801300.240.880.5943.777.9723.14
Hex6950D018583B2c4e17
Octal15112015030130735411627
Binary1101001101000011010110001011000111011101100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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