#6A5617

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

Shades of Raw Umber #6A5617

Tints of Raw Umber #6A5617

Color information

#6A5617 (or 0x6A5617) is unknown color: approx Raw Umber. HEX triplet: 6A, 56 and 17. RGB value is (106,86,23). Sum of RGB (Red+Green+Blue) = 106+86+23=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5617 is #95A9E8. Grayscale: #555555. Windows color (decimal): -9808361 or 1529450. OLE color: 1529450.

HSL color Cylindrical-coordinate representation of color #6A5617: hue angle of 45.54º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A5617 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1068623-
CMYK00.190.780.58
HSL45.54º64.34%25.29%-
HSV(B)45.54º78.3%41.57%-
XYZ9.439.782.2-
YUV84.893.13143.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 10.70%
R=49.30%
G=40%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106862300.190.780.5845.5464.3425.29
Hex6A56170134E3A2e4019
Octal15212627023116725610031
Binary11010101010110101110100111001110111010101110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,23); }

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

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

 a { background-color: rgb(106,86,23); }

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

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

 span { border-color: rgb(106,86,23); }

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