Html Css Color HEX #625949 Judge Grey

📋 copy color: '#625949'

red 98 ◦ green 89 ◦ blue 73

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

Shades of Judge Grey #625949

Tints of Judge Grey #625949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

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

R = 37.69%
G = 34.23%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#625949 (or 0x625949) is known color: Judge Grey. HEX triplet: 62, 59 and 49. RGB value is (98,89,73). Sum of RGB (Red+Green+Blue) = 98+89+73=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #625949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625949 is #9DA6B6. Grayscale: #595959. Windows color (decimal): -10331831 or 4807010. OLE color: 4807010.

HSL color Cylindrical-coordinate representation of color #625949: hue angle of 38.4º 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 #625949 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 89 73 -
CMYK 0 0.09 0.26 0.62
HSL 38.4º 0.15% 0.34% -
HSV(B) 38.4º 0.26% 0.38% -
XYZ 9.81 10.22 7.76 -
YUV 89.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 98 89 73 0 0.09 0.26 0.62 38.4 0.15 0.34
Hex 62 59 49 0 9 1A 3E 26 F 22
Octal 142 131 111 0 11 32 76 46 17 42
Binary 1100010 1011001 1001001 0 1001 11010 111110 100110 1111 100010

Color Harmonies of #625949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625949

Black with #625949

Text Example


Text Example

White with #625949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625949; }

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

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

background-color css

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

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

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

border-color css

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

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

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