Html Css Color HEX #625549 Judge Grey

📋 copy color: '#625549'

red 98 ◦ green 85 ◦ blue 73

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

Shades of Judge Grey #625549

Tints of Judge Grey #625549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 38.28%
G = 33.2%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#625549 (or 0x625549) is known color: Judge Grey. HEX triplet: 62, 55 and 49. RGB value is (98,85,73). Sum of RGB (Red+Green+Blue) = 98+85+73=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625549 is #9DAAB6. Grayscale: #575757. Windows color (decimal): -10332855 or 4805986. OLE color: 4805986.

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

Color convert

RGB 98 85 73 -
CMYK 0 0.13 0.26 0.62
HSL 28.8º 0.15% 0.34% -
HSV(B) 28.8º 0.26% 0.38% -
XYZ 9.49 9.57 7.65 -
YUV 87.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 98 85 73 0 0.13 0.26 0.62 28.8 0.15 0.34
Hex 62 55 49 0 D 1A 3E 1D F 22
Octal 142 125 111 0 15 32 76 35 17 42
Binary 1100010 1010101 1001001 0 1101 11010 111110 11101 1111 100010

Color Harmonies of #625549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625549

Black with #625549

Text Example


Text Example

White with #625549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625549; }

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

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

background-color css

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

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

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

border-color css

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

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

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