#69420A

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

Shades of Raw Umber #69420A

Tints of Raw Umber #69420A

Color information

#69420A (or 0x69420A) is unknown color: approx Raw Umber. HEX triplet: 69, 42 and 0A. RGB value is (105,66,10). Sum of RGB (Red+Green+Blue) = 105+66+10=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69420A is #96BDF5. Grayscale: #474747. Windows color (decimal): -9879030 or 672361. OLE color: 672361.

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

Color convert

RGB1056610-
CMYK00.370.900.59
HSL35.37º82.61%22.55%-
HSV(B)35.37º90.48%41.18%-
XYZ7.836.921.21-
YUV71.2893.42152.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=58.01%
G=36.46%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105661000.370.900.5935.3782.6122.55
Hex6942A0255A3B235317
Octal15110212045132734312327
Binary11010011000010101001001011011010111011100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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