Html Css Color HEX #665959 Zambezi

📋 copy color: '#665959'

red 102 ◦ green 89 ◦ blue 89

#665959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #665959

Tints of Zambezi #665959

RGB

 RED value IS 102 (40.23% from 255) = 36.43%

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 36.43%
G = 31.79%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#665959 (or 0x665959) is known color: Zambezi. HEX triplet: 66, 59 and 59. RGB value is (102,89,89). Sum of RGB (Red+Green+Blue) = 102+89+89=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #665959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665959 is #99A6A6. Grayscale: #5C5C5C. Windows color (decimal): -10069671 or 5855590. OLE color: 5855590.

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

Color convert

RGB 102 89 89 -
CMYK 0 0.13 0.13 0.6
HSL 0.07% 0.37% -
HSV(B) 0.13% 0.4% -
XYZ 10.86 10.69 10.94 -
YUV 92.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 102 89 89 0 0.13 0.13 0.6 0 0.07 0.37
Hex 66 59 59 0 D D 3C 0 7 25
Octal 146 131 131 0 15 15 74 0 7 45
Binary 1100110 1011001 1011001 0 1101 1101 111100 0 111 100101

Color Harmonies of #665959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665959

Black with #665959

Text Example


Text Example

White with #665959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665959; }

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

 H1.HeaderClassName
 {
   color: #665959;
 }
 .AnyTagClassName
 {
   color: #665959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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