#6A605F

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

Shades of Zambezi #6A605F

Tints of Zambezi #6A605F

Color information

#6A605F (or 0x6A605F) is unknown color: approx Zambezi. HEX triplet: 6A, 60 and 5F. RGB value is (106,96,95). Sum of RGB (Red+Green+Blue) = 106+96+95=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 106 - color contains mainly: red. Hex color #6A605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A605F is #959FA0. Grayscale: #626262. Windows color (decimal): -9805729 or 6250602. OLE color: 6250602.

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

Color convert

RGB1069695-
CMYK00.090.100.58
HSL5.45º5.47%39.41%-
HSV(B)5.45º10.38%41.57%-
XYZ12.1912.2612.55-
YUV98.88125.81133.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=35.69%
G=32.32%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106969500.090.100.585.455.4739.41
Hex6A605F09A3A5527
Octal15214013701112725547
Binary110101011000001011111010011010111010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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