Html Css Color HEX #665B59 Zambezi

📋 copy color: '#665B59'

red 102 ◦ green 91 ◦ blue 89

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

Shades of Zambezi #665B59

Tints of Zambezi #665B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

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

R = 36.17%
G = 32.27%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#665B59 (or 0x665B59) is known color: Zambezi. HEX triplet: 66, 5B and 59. RGB value is (102,91,89). Sum of RGB (Red+Green+Blue) = 102+91+89=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B59 is #99A4A6. Grayscale: #5E5E5E. Windows color (decimal): -10069159 or 5856102. OLE color: 5856102.

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

Color convert

RGB 102 91 89 -
CMYK 0 0.11 0.13 0.6
HSL 9.23º 0.07% 0.37% -
HSV(B) 9.23º 0.13% 0.4% -
XYZ 11.02 11.03 11 -
YUV 94.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 102 91 89 0 0.11 0.13 0.6 9.23 0.07 0.37
Hex 66 5B 59 0 B D 3C 9 7 25
Octal 146 133 131 0 13 15 74 11 7 45
Binary 1100110 1011011 1011001 0 1011 1101 111100 1001 111 100101

Color Harmonies of #665B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B59

Black with #665B59

Text Example


Text Example

White with #665B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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