#6A5505

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

Shades of Raw Umber #6A5505

Tints of Raw Umber #6A5505

Color information

#6A5505 (or 0x6A5505) is unknown color: approx Raw Umber. HEX triplet: 6A, 55 and 05. RGB value is (106,85,5). Sum of RGB (Red+Green+Blue) = 106+85+5=196 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.08% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5505 is #95AAFA. Grayscale: #525252. Windows color (decimal): -9808635 or 349546. OLE color: 349546.

HSL color Cylindrical-coordinate representation of color #6A5505: hue angle of 47.52º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A5505 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB106855-
CMYK00.200.950.58
HSL47.52º90.99%21.76%-
HSV(B)47.52º95.28%41.57%-
XYZ9.229.571.51-
YUV82.1684.46145-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.08%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=54.08%
G=43.37%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10685500.200.950.5847.5290.9921.76
Hex6A5550145F3A305b16
Octal1521255024137726013326
Binary110101010101011010101001011111111010110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5505; }

 p { color: rgb(106,85,5); }

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

<style>
 a { background-color: #6A5505; }

 a { background-color: rgb(106,85,5); }

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

<style>
 span { border-color: #6A5505; }

 span { border-color: rgb(106,85,5); }

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