Html Css Color HEX #625A4F Makara

📋 copy color: '#625A4F'

red 98 ◦ green 90 ◦ blue 79

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

Shades of Makara #625A4F

Tints of Makara #625A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 36.7%
G = 33.71%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#625A4F (or 0x625A4F) is known color: Makara. HEX triplet: 62, 5A and 4F. RGB value is (98,90,79). Sum of RGB (Red+Green+Blue) = 98+90+79=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A4F is #9DA5B0. Grayscale: #5B5B5B. Windows color (decimal): -10331569 or 5200482. OLE color: 5200482.

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

Color convert

RGB 98 90 79 -
CMYK 0 0.08 0.19 0.62
HSL 34.74º 0.11% 0.35% -
HSV(B) 34.74º 0.19% 0.38% -
XYZ 10.1 10.47 8.89 -
YUV 91.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 98 90 79 0 0.08 0.19 0.62 34.74 0.11 0.35
Hex 62 5A 4F 0 8 13 3E 23 B 23
Octal 142 132 117 0 10 23 76 43 13 43
Binary 1100010 1011010 1001111 0 1000 10011 111110 100011 1011 100011

Color Harmonies of #625A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A4F

Black with #625A4F

Text Example


Text Example

White with #625A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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