Html Css Color HEX #665A59 Zambezi

📋 copy color: '#665A59'

red 102 ◦ green 90 ◦ blue 89

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

Shades of Zambezi #665A59

Tints of Zambezi #665A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

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

R = 36.3%
G = 32.03%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#665A59 (or 0x665A59) is known color: Zambezi. HEX triplet: 66, 5A and 59. RGB value is (102,90,89). Sum of RGB (Red+Green+Blue) = 102+90+89=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A59 is #99A5A6. Grayscale: #5D5D5D. Windows color (decimal): -10069415 or 5855846. OLE color: 5855846.

HSL color Cylindrical-coordinate representation of color #665A59: hue angle of 4.62º 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 #665A59 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 90 89 -
CMYK 0 0.12 0.13 0.6
HSL 4.62º 0.07% 0.37% -
HSV(B) 4.62º 0.13% 0.4% -
XYZ 10.94 10.86 10.97 -
YUV 93.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 102 90 89 0 0.12 0.13 0.6 4.62 0.07 0.37
Hex 66 5A 59 0 C D 3C 5 7 25
Octal 146 132 131 0 14 15 74 5 7 45
Binary 1100110 1011010 1011001 0 1100 1101 111100 101 111 100101

Color Harmonies of #665A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A59

Black with #665A59

Text Example


Text Example

White with #665A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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