Html Css Color HEX #625A49 Makara

📋 copy color: '#625A49'

red 98 ◦ green 90 ◦ blue 73

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

Shades of Makara #625A49

Tints of Makara #625A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.48%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 37.55%
G = 34.48%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#625A49 (or 0x625A49) is known color: Makara. HEX triplet: 62, 5A and 49. RGB value is (98,90,73). Sum of RGB (Red+Green+Blue) = 98+90+73=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #625A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A49 is #9DA5B6. Grayscale: #5A5A5A. Windows color (decimal): -10331575 or 4807266. OLE color: 4807266.

HSL color Cylindrical-coordinate representation of color #625A49: hue angle of 40.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625A49 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 90 73 -
CMYK 0 0.08 0.26 0.62
HSL 40.8º 0.15% 0.34% -
HSV(B) 40.8º 0.26% 0.38% -
XYZ 9.9 10.39 7.79 -
YUV 90.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 98 90 73 0 0.08 0.26 0.62 40.8 0.15 0.34
Hex 62 5A 49 0 8 1A 3E 29 F 22
Octal 142 132 111 0 10 32 76 51 17 42
Binary 1100010 1011010 1001001 0 1000 11010 111110 101001 1111 100010

Color Harmonies of #625A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A49

Black with #625A49

Text Example


Text Example

White with #625A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,90,73); }

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

background-color css

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

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

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

border-color css

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

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

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