#6B605F

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

Shades of Zambezi #6B605F

Tints of Zambezi #6B605F

Color information

#6B605F (or 0x6B605F) is unknown color: approx Zambezi. HEX triplet: 6B, 60 and 5F. RGB value is (107,96,95). Sum of RGB (Red+Green+Blue) = 107+96+95=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B605F is #949FA0. Grayscale: #636363. Windows color (decimal): -9740193 or 6250603. OLE color: 6250603.

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

Color convert

RGB1079695-
CMYK00.100.110.58
HSL5.94%39.61%-
HSV(B)11.21%41.96%-
XYZ12.3112.3212.56-
YUV99.18125.64133.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=35.91%
G=32.21%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107969500.100.110.5855.9439.61
Hex6B605F0AB3A5628
Octal15314013701213725650
Binary110101111000001011111010101011111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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