Html Css Color HEX #665655 Zambezi

📋 copy color: '#665655'

red 102 ◦ green 86 ◦ blue 85

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

Shades of Zambezi #665655

Tints of Zambezi #665655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 37.36%
G = 31.5%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#665655 (or 0x665655) is known color: Zambezi. HEX triplet: 66, 56 and 55. RGB value is (102,86,85). Sum of RGB (Red+Green+Blue) = 102+86+85=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665655 is #99A9AA. Grayscale: #5A5A5A. Windows color (decimal): -10070443 or 5592678. OLE color: 5592678.

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

Color convert

RGB 102 86 85 -
CMYK 0 0.16 0.17 0.6
HSL 3.53º 0.09% 0.37% -
HSV(B) 3.53º 0.17% 0.4% -
XYZ 10.45 10.14 10 -
YUV 90.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 102 86 85 0 0.16 0.17 0.6 3.53 0.09 0.37
Hex 66 56 55 0 10 11 3C 4 9 25
Octal 146 126 125 0 20 21 74 4 11 45
Binary 1100110 1010110 1010101 0 10000 10001 111100 100 1001 100101

Color Harmonies of #665655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665655

Black with #665655

Text Example


Text Example

White with #665655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665655; }

 p { color: rgb(102,86,85); }

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

background-color css

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

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

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

border-color css

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

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

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