Html Css Color HEX #625555 Zambezi

📋 copy color: '#625555'

red 98 ◦ green 85 ◦ blue 85

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

Shades of Zambezi #625555

Tints of Zambezi #625555

RGB

 RED value IS 98 (38.67% from 255) = 36.57%

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

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

R = 36.57%
G = 31.72%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#625555 (or 0x625555) is known color: Zambezi. HEX triplet: 62, 55 and 55. RGB value is (98,85,85). Sum of RGB (Red+Green+Blue) = 98+85+85=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #625555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625555 is #9DAAAA. Grayscale: #585858. Windows color (decimal): -10332843 or 5592418. OLE color: 5592418.

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

Color convert

RGB 98 85 85 -
CMYK 0 0.13 0.13 0.62
HSL 0.07% 0.36% -
HSV(B) 0.13% 0.38% -
XYZ 9.93 9.75 9.95 -
YUV 88.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 98 85 85 0 0.13 0.13 0.62 0 0.07 0.36
Hex 62 55 55 0 D D 3E 0 7 24
Octal 142 125 125 0 15 15 76 0 7 44
Binary 1100010 1010101 1010101 0 1101 1101 111110 0 111 100100

Color Harmonies of #625555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625555

Black with #625555

Text Example


Text Example

White with #625555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625555; }

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

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

background-color css

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

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

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

border-color css

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

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

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