#675655

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

Shades of Zambezi #675655

Tints of Zambezi #675655

Color information

#675655 (or 0x675655) is unknown color: approx Zambezi. HEX triplet: 67, 56 and 55. RGB value is (103,86,85). Sum of RGB (Red+Green+Blue) = 103+86+85=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #675655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675655 is #98A9AA. Grayscale: #5A5A5A. Windows color (decimal): -10004907 or 5592679. OLE color: 5592679.

HSL color Cylindrical-coordinate representation of color #675655: hue angle of 3.33º degrees, saturation: 0.1, 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 #675655 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1038685-
CMYK00.170.170.60
HSL3.33º9.57%36.86%-
HSV(B)3.33º17.48%40.39%-
XYZ10.5610.210.01-
YUV90.97124.63136.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=37.59%
G=31.39%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103868500.170.170.603.339.5736.86
Hex675655011113C3a25
Octal147126125021217431245
Binary11001111010110101010101000110001111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675655; }

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

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

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

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

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

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

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

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