#675858

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

Shades of Zambezi #675858

Tints of Zambezi #675858

Color information

#675858 (or 0x675858) is unknown color: approx Zambezi. HEX triplet: 67, 58 and 58. RGB value is (103,88,88). Sum of RGB (Red+Green+Blue) = 103+88+88=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #675858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675858 is #98A7A7. Grayscale: #5C5C5C. Windows color (decimal): -10004392 or 5789799. OLE color: 5789799.

HSL color Cylindrical-coordinate representation of color #675858: 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.15%. Process color model (Four color, CMYK) of #675858 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1038888-
CMYK00.150.150.60
HSL7.85%37.45%-
HSV(B)14.56%40.39%-
XYZ10.8410.5710.7-
YUV92.48125.47135.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=36.92%
G=31.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103888800.150.150.6007.8537.45
Hex6758580FF3C0825
Octal147130130017177401045
Binary11001111011000101100001111111111110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675858; }

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

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

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

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

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

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

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

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