Html Css Color HEX #625D52 Makara

📋 copy color: '#625D52'

red 98 ◦ green 93 ◦ blue 82

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

Shades of Makara #625D52

Tints of Makara #625D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 35.9%
G = 34.07%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#625D52 (or 0x625D52) is known color: Makara. HEX triplet: 62, 5D and 52. RGB value is (98,93,82). Sum of RGB (Red+Green+Blue) = 98+93+82=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #625D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D52 is #9DA2AD. Grayscale: #5D5D5D. Windows color (decimal): -10330798 or 5397858. OLE color: 5397858.

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

Color convert

RGB 98 93 82 -
CMYK 0 0.05 0.16 0.62
HSL 41.25º 0.09% 0.35% -
HSV(B) 41.25º 0.16% 0.38% -
XYZ 10.47 11.03 9.56 -
YUV 93.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 98 93 82 0 0.05 0.16 0.62 41.25 0.09 0.35
Hex 62 5D 52 0 5 10 3E 29 9 23
Octal 142 135 122 0 5 20 76 51 11 43
Binary 1100010 1011101 1010010 0 101 10000 111110 101001 1001 100011

Color Harmonies of #625D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625D52

Black with #625D52

Text Example


Text Example

White with #625D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,93,82); }

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

background-color css

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

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

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

border-color css

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

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

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