#6B615F

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

Shades of Zambezi #6B615F

Tints of Zambezi #6B615F

Color information

#6B615F (or 0x6B615F) is unknown color: approx Zambezi. HEX triplet: 6B, 61 and 5F. RGB value is (107,97,95). Sum of RGB (Red+Green+Blue) = 107+97+95=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B615F is #949EA0. Grayscale: #636363. Windows color (decimal): -9739937 or 6250859. OLE color: 6250859.

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

Color convert

RGB1079795-
CMYK00.090.110.58
HSL10º5.94%39.61%-
HSV(B)10º11.21%41.96%-
XYZ12.412.512.59-
YUV99.76125.31133.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=35.79%
G=32.44%
B=31.77%

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
Decimal107979500.090.110.58105.9439.61
Hex6B615F09B3Aa628
Octal153141137011137212650
Binary1101011110000110111110100110111110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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