#69470F

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

Shades of Raw Umber #69470F

Tints of Raw Umber #69470F

Color information

#69470F (or 0x69470F) is unknown color: approx Raw Umber. HEX triplet: 69, 47 and 0F. RGB value is (105,71,15). Sum of RGB (Red+Green+Blue) = 105+71+15=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69470F is #96B8F0. Grayscale: #4B4B4B. Windows color (decimal): -9877745 or 1001321. OLE color: 1001321.

HSL color Cylindrical-coordinate representation of color #69470F: hue angle of 37.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69470F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1057115-
CMYK00.320.860.59
HSL37.33º75%23.53%-
HSV(B)37.33º85.71%41.18%-
XYZ8.177.541.48-
YUV74.7894.26149.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=54.97%
G=37.17%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105711500.320.860.5937.337523.53
Hex6947F020563B254b18
Octal15110717040126734511330
Binary11010011000111111101000001010110111011100101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69470F; }

 p { color: rgb(105,71,15); }

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

<style>
 a { background-color: #69470F; }

 a { background-color: rgb(105,71,15); }

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

<style>
 span { border-color: #69470F; }

 span { border-color: rgb(105,71,15); }

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