#6A615F

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

Shades of Zambezi #6A615F

Tints of Zambezi #6A615F

Color information

#6A615F (or 0x6A615F) is unknown color: approx Zambezi. HEX triplet: 6A, 61 and 5F. RGB value is (106,97,95). Sum of RGB (Red+Green+Blue) = 106+97+95=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A615F is #959EA0. Grayscale: #636363. Windows color (decimal): -9805473 or 6250858. OLE color: 6250858.

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

Color convert

RGB1069795-
CMYK00.080.100.58
HSL10.91º5.47%39.41%-
HSV(B)10.91º10.38%41.57%-
XYZ12.2812.4412.58-
YUV99.46125.48132.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=35.57%
G=32.55%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106979500.080.100.5810.915.4739.41
Hex6A615F08A3Ab527
Octal152141137010127213547
Binary1101010110000110111110100010101110101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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