#665454

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

Shades of Zambezi #665454

Tints of Zambezi #665454

Color information

#665454 (or 0x665454) is unknown color: approx Zambezi. HEX triplet: 66, 54 and 54. RGB value is (102,84,84). Sum of RGB (Red+Green+Blue) = 102+84+84=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665454 is #99ABAB. Grayscale: #595959. Windows color (decimal): -10070956 or 5526630. OLE color: 5526630.

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

Color convert

RGB1028484-
CMYK00.180.180.6
HSL9.68%36.47%-
HSV(B)17.65%40%-
XYZ10.259.819.74-
YUV89.38124.96137-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=37.78%
G=31.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102848400.180.180.609.6836.47
Hex665454012123C0a24
Octal146124124022227401244
Binary1100110101010010101000100101001011110001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665454; }

 p { color: rgb(102,84,84); }

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

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

 a { background-color: rgb(102,84,84); }

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

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

 span { border-color: rgb(102,84,84); }

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