#675A5A

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

Shades of Zambezi #675A5A

Tints of Zambezi #675A5A

Color information

#675A5A (or 0x675A5A) is unknown color: approx Zambezi. HEX triplet: 67, 5A and 5A. RGB value is (103,90,90). Sum of RGB (Red+Green+Blue) = 103+90+90=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A5A is #98A5A5. Grayscale: #5D5D5D. Windows color (decimal): -10003878 or 5921383. OLE color: 5921383.

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

Color convert

RGB1039090-
CMYK00.130.130.60
HSL6.74%37.84%-
HSV(B)12.62%40.39%-
XYZ11.110.9311.2-
YUV93.89125.81134.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=36.40%
G=31.80%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103909000.130.130.6006.7437.84
Hex675A5A0DD3C0726
Octal14713213201515740746
Binary1100111101101010110100110111011111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675A5A; }

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

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

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

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

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

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

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

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