Html Css Color HEX #665956 Zambezi

📋 copy color: '#665956'

red 102 ◦ green 89 ◦ blue 86

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

Shades of Zambezi #665956

Tints of Zambezi #665956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.05%

R = 36.82%
G = 32.13%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#665956 (or 0x665956) is known color: Zambezi. HEX triplet: 66, 59 and 56. RGB value is (102,89,86). Sum of RGB (Red+Green+Blue) = 102+89+86=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #665956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665956 is #99A6A9. Grayscale: #5C5C5C. Windows color (decimal): -10069674 or 5658982. OLE color: 5658982.

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

Color convert

RGB 102 89 86 -
CMYK 0 0.13 0.16 0.6
HSL 11.25º 0.09% 0.37% -
HSV(B) 11.25º 0.16% 0.4% -
XYZ 10.73 10.64 10.29 -
YUV 92.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 102 89 86 0 0.13 0.16 0.6 11.25 0.09 0.37
Hex 66 59 56 0 D 10 3C B 9 25
Octal 146 131 126 0 15 20 74 13 11 45
Binary 1100110 1011001 1010110 0 1101 10000 111100 1011 1001 100101

Color Harmonies of #665956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665956

Black with #665956

Text Example


Text Example

White with #665956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665956; }

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

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

background-color css

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

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

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

border-color css

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

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

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