Html Css Color HEX #625E55 Makara

📋 copy color: '#625E55'

red 98 ◦ green 94 ◦ blue 85

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

Shades of Makara #625E55

Tints of Makara #625E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

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

R = 35.38%
G = 33.94%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#625E55 (or 0x625E55) is known color: Makara. HEX triplet: 62, 5E and 55. RGB value is (98,94,85). Sum of RGB (Red+Green+Blue) = 98+94+85=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #625E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E55 is #9DA1AA. Grayscale: #5E5E5E. Windows color (decimal): -10330539 or 5594722. OLE color: 5594722.

HSL color Cylindrical-coordinate representation of color #625E55: hue angle of 41.54º 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 #625E55 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 94 85 -
CMYK 0 0.04 0.13 0.62
HSL 41.54º 0.07% 0.36% -
HSV(B) 41.54º 0.13% 0.38% -
XYZ 10.68 11.26 10.2 -
YUV 94.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 98 94 85 0 0.04 0.13 0.62 41.54 0.07 0.36
Hex 62 5E 55 0 4 D 3E 2A 7 24
Octal 142 136 125 0 4 15 76 52 7 44
Binary 1100010 1011110 1010101 0 100 1101 111110 101010 111 100100

Color Harmonies of #625E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E55

Black with #625E55

Text Example


Text Example

White with #625E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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