Html Css Color HEX #625447 Judge Grey

📋 copy color: '#625447'

red 98 ◦ green 84 ◦ blue 71

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

Shades of Judge Grey #625447

Tints of Judge Grey #625447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 71 (28.13% from 255) = 28.06%

R = 38.74%
G = 33.2%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#625447 (or 0x625447) is known color: Judge Grey. HEX triplet: 62, 54 and 47. RGB value is (98,84,71). Sum of RGB (Red+Green+Blue) = 98+84+71=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625447 is #9DABB8. Grayscale: #565656. Windows color (decimal): -10333113 or 4674658. OLE color: 4674658.

HSL color Cylindrical-coordinate representation of color #625447: hue angle of 28.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625447 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 84 71 -
CMYK 0 0.14 0.28 0.62
HSL 28.89º 0.16% 0.33% -
HSV(B) 28.89º 0.28% 0.38% -
XYZ 9.34 9.39 7.28 -
YUV 86.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 98 84 71 0 0.14 0.28 0.62 28.89 0.16 0.33
Hex 62 54 47 0 E 1C 3E 1D 10 21
Octal 142 124 107 0 16 34 76 35 20 41
Binary 1100010 1010100 1000111 0 1110 11100 111110 11101 10000 100001

Color Harmonies of #625447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625447

Black with #625447

Text Example


Text Example

White with #625447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625447; }

 p { color: rgb(98,84,71); }

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

background-color css

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

 a { background-color: rgb(98,84,71); }

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

border-color css

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

 span { border-color: rgb(98,84,71); }

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