#6A605E

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

Shades of Zambezi #6A605E

Tints of Zambezi #6A605E

Color information

#6A605E (or 0x6A605E) is unknown color: approx Zambezi. HEX triplet: 6A, 60 and 5E. RGB value is (106,96,94). Sum of RGB (Red+Green+Blue) = 106+96+94=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A605E is #959FA1. Grayscale: #626262. Windows color (decimal): -9805730 or 6185066. OLE color: 6185066.

HSL color Cylindrical-coordinate representation of color #6A605E: hue angle of 10º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A605E is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1069694-
CMYK00.090.110.58
HSL10º6%39.22%-
HSV(B)10º11.32%41.57%-
XYZ12.1512.2412.31-
YUV98.76125.31133.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=35.81%
G=32.43%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106969400.090.110.5810639.22
Hex6A605E09B3Aa627
Octal152140136011137212647
Binary1101010110000010111100100110111110101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,94); }

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

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

 a { background-color: rgb(106,96,94); }

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

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

 span { border-color: rgb(106,96,94); }

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