Html Css Color HEX #665856 Zambezi

📋 copy color: '#665856'

red 102 ◦ green 88 ◦ blue 86

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

Shades of Zambezi #665856

Tints of Zambezi #665856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 36.96%
G = 31.88%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#665856 (or 0x665856) is known color: Zambezi. HEX triplet: 66, 58 and 56. RGB value is (102,88,86). Sum of RGB (Red+Green+Blue) = 102+88+86=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665856 is #99A7A9. Grayscale: #5B5B5B. Windows color (decimal): -10069930 or 5658726. OLE color: 5658726.

HSL color Cylindrical-coordinate representation of color #665856: hue angle of 7.5º 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 #665856 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 88 86 -
CMYK 0 0.14 0.16 0.6
HSL 7.5º 0.09% 0.37% -
HSV(B) 7.5º 0.16% 0.4% -
XYZ 10.65 10.48 10.26 -
YUV 91.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 102 88 86 0 0.14 0.16 0.6 7.5 0.09 0.37
Hex 66 58 56 0 E 10 3C 8 9 25
Octal 146 130 126 0 16 20 74 10 11 45
Binary 1100110 1011000 1010110 0 1110 10000 111100 1000 1001 100101

Color Harmonies of #665856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665856

Black with #665856

Text Example


Text Example

White with #665856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665856; }

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

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

background-color css

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

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

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

border-color css

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

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

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