#6A4105

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

Shades of Raw Umber #6A4105

Tints of Raw Umber #6A4105

Color information

#6A4105 (or 0x6A4105) is unknown color: approx Raw Umber. HEX triplet: 6A, 41 and 05. RGB value is (106,65,5). Sum of RGB (Red+Green+Blue) = 106+65+5=176 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.23% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4105 is #95BEFA. Grayscale: #464646. Windows color (decimal): -9813755 or 344426. OLE color: 344426.

HSL color Cylindrical-coordinate representation of color #6A4105: hue angle of 35.64º 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 #6A4105 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB106655-
CMYK00.390.950.58
HSL35.64º90.99%21.76%-
HSV(B)35.64º95.28%41.57%-
XYZ7.866.861.05-
YUV70.4291.08153.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.23%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=60.23%
G=36.93%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10665500.390.950.5835.6490.9921.76
Hex6A4150275F3A245b16
Octal1521015047137724413326
Binary1101010100000110101001111011111111010100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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