Html Css Color HEX #625547 Judge Grey

📋 copy color: '#625547'

red 98 ◦ green 85 ◦ blue 71

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

Shades of Judge Grey #625547

Tints of Judge Grey #625547

RGB

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

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

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

R = 38.58%
G = 33.46%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#625547 (or 0x625547) is known color: Judge Grey. HEX triplet: 62, 55 and 47. RGB value is (98,85,71). Sum of RGB (Red+Green+Blue) = 98+85+71=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625547 is #9DAAB8. Grayscale: #575757. Windows color (decimal): -10332857 or 4674914. OLE color: 4674914.

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

Color convert

RGB 98 85 71 -
CMYK 0 0.13 0.28 0.62
HSL 31.11º 0.16% 0.33% -
HSV(B) 31.11º 0.28% 0.38% -
XYZ 9.42 9.55 7.31 -
YUV 87.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 98 85 71 0 0.13 0.28 0.62 31.11 0.16 0.33
Hex 62 55 47 0 D 1C 3E 1F 10 21
Octal 142 125 107 0 15 34 76 37 20 41
Binary 1100010 1010101 1000111 0 1101 11100 111110 11111 10000 100001

Color Harmonies of #625547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625547

Black with #625547

Text Example


Text Example

White with #625547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625547; }

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

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

background-color css

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

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

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

border-color css

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

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

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