#69440d

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

Shades of Raw Umber #69440D

Tints of Raw Umber #69440D

Color information

#69440D (or 0x69440D) is unknown color: approx Raw Umber. HEX triplet: 69, 44 and 0D. RGB value is (105,68,13). Sum of RGB (Red+Green+Blue) = 105+68+13=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69440D is #96BBF2. Grayscale: #494949. Windows color (decimal): -9878515 or 869481. OLE color: 869481.

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

Color convert

RGB1056813-
CMYK00.350.880.59
HSL35.87º77.97%23.14%-
HSV(B)35.87º87.62%41.18%-
XYZ7.977.171.34-
YUV72.7994.26150.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=56.45%
G=36.56%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105681300.350.880.5935.8777.9723.14
Hex6944D023583B244e17
Octal15110415043130734411627
Binary11010011000100110101000111011000111011100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69440d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69440d; }

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

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

<style>
 a { background-color: #69440d; }

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

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

<style>
 span { border-color: #69440d; }

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

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