#675956

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

Shades of Zambezi #675956

Tints of Zambezi #675956

Color information

#675956 (or 0x675956) is unknown color: approx Zambezi. HEX triplet: 67, 59 and 56. RGB value is (103,89,86). Sum of RGB (Red+Green+Blue) = 103+89+86=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #675956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675956 is #98A6A9. Grayscale: #5C5C5C. Windows color (decimal): -10004138 or 5658983. OLE color: 5658983.

HSL color Cylindrical-coordinate representation of color #675956: hue angle of 10.59º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675956 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1038986-
CMYK00.140.170.60
HSL10.59º8.99%37.06%-
HSV(B)10.59º16.5%40.39%-
XYZ10.8510.710.3-
YUV92.84124.14135.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.05%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=37.05%
G=32.01%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103898600.140.170.6010.598.9937.06
Hex6759560E113Cb925
Octal1471311260162174131145
Binary110011110110011010110011101000111110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675956; }

 p { color: rgb(103,89,86); }

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

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

 a { background-color: rgb(103,89,86); }

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

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

 span { border-color: rgb(103,89,86); }

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