#675757

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

Shades of Zambezi #675757

Tints of Zambezi #675757

Color information

#675757 (or 0x675757) is unknown color: approx Zambezi. HEX triplet: 67, 57 and 57. RGB value is (103,87,87). Sum of RGB (Red+Green+Blue) = 103+87+87=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #675757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675757 is #98A8A8. Grayscale: #5B5B5B. Windows color (decimal): -10004649 or 5724007. OLE color: 5724007.

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

Color convert

RGB1038787-
CMYK00.160.160.60
HSL8.42%37.25%-
HSV(B)15.53%40.39%-
XYZ10.7210.3910.46-
YUV91.78125.3136-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=37.18%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103878700.160.160.6008.4237.25
Hex675757010103C0825
Octal147127127020207401045
Binary1100111101011110101110100001000011110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675757; }

 p { color: rgb(103,87,87); }

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

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

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

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

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

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

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