Html Css Color HEX #605555 Zambezi

📋 copy color: '#605555'

red 96 ◦ green 85 ◦ blue 85

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

Shades of Zambezi #605555

Tints of Zambezi #605555

RGB

 RED value IS 96 (37.89% from 255) = 36.09%

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 36.09%
G = 31.95%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#605555 (or 0x605555) is known color: Zambezi. HEX triplet: 60, 55 and 55. RGB value is (96,85,85). Sum of RGB (Red+Green+Blue) = 96+85+85=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #605555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605555 is #9FAAAA. Grayscale: #585858. Windows color (decimal): -10463915 or 5592416. OLE color: 5592416.

HSL color Cylindrical-coordinate representation of color #605555: hue angle of 0º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605555 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 85 -
CMYK 0 0.11 0.11 0.62
HSL 0.06% 0.35% -
HSV(B) 0.11% 0.38% -
XYZ 9.71 9.64 9.94 -
YUV 88.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 96 85 85 0 0.11 0.11 0.62 0 0.06 0.35
Hex 60 55 55 0 B B 3E 0 6 23
Octal 140 125 125 0 13 13 76 0 6 43
Binary 1100000 1010101 1010101 0 1011 1011 111110 0 110 100011

Color Harmonies of #605555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605555

Black with #605555

Text Example


Text Example

White with #605555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605555; }

 p { color: rgb(96,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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