Html Css Color HEX #655755 Zambezi

📋 copy color: '#655755'

red 101 ◦ green 87 ◦ blue 85

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

Shades of Zambezi #655755

Tints of Zambezi #655755

RGB

 RED value IS 101 (39.84% from 255) = 37%

 GREEN value IS 87 (34.38% from 255) = 31.87%

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

R = 37%
G = 31.87%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#655755 (or 0x655755) is known color: Zambezi. HEX triplet: 65, 57 and 55. RGB value is (101,87,85). Sum of RGB (Red+Green+Blue) = 101+87+85=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655755 is #9AA8AA. Grayscale: #5A5A5A. Windows color (decimal): -10135723 or 5592933. OLE color: 5592933.

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

Color convert

RGB 101 87 85 -
CMYK 0 0.14 0.16 0.60
HSL 7.5º 0.09% 0.36% -
HSV(B) 7.5º 0.16% 0.4% -
XYZ 10.41 10.24 10.02 -
YUV 90.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 101 87 85 0 0.14 0.16 0.60 7.5 0.09 0.36
Hex 65 57 55 0 E 10 3C 8 9 24
Octal 145 127 125 0 16 20 74 10 11 44
Binary 1100101 1010111 1010101 0 1110 10000 111100 1000 1001 100100

Color Harmonies of #655755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655755

Black with #655755

Text Example


Text Example

White with #655755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655755; }

 p { color: rgb(101,87,85); }

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

background-color css

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

 a { background-color: rgb(101,87,85); }

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

border-color css

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

 span { border-color: rgb(101,87,85); }

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