Html Css Color HEX #625648 Judge Grey

📋 copy color: '#625648'

red 98 ◦ green 86 ◦ blue 72

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

Shades of Judge Grey #625648

Tints of Judge Grey #625648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 38.28%
G = 33.59%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#625648 (or 0x625648) is known color: Judge Grey. HEX triplet: 62, 56 and 48. RGB value is (98,86,72). Sum of RGB (Red+Green+Blue) = 98+86+72=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625648 is #9DA9B7. Grayscale: #585858. Windows color (decimal): -10332600 or 4740706. OLE color: 4740706.

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

Color convert

RGB 98 86 72 -
CMYK 0 0.12 0.27 0.62
HSL 32.31º 0.15% 0.33% -
HSV(B) 32.31º 0.27% 0.38% -
XYZ 9.53 9.72 7.5 -
YUV 87.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 98 86 72 0 0.12 0.27 0.62 32.31 0.15 0.33
Hex 62 56 48 0 C 1B 3E 20 F 21
Octal 142 126 110 0 14 33 76 40 17 41
Binary 1100010 1010110 1001000 0 1100 11011 111110 100000 1111 100001

Color Harmonies of #625648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625648

Black with #625648

Text Example


Text Example

White with #625648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625648; }

 p { color: rgb(98,86,72); }

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

background-color css

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

 a { background-color: rgb(98,86,72); }

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

border-color css

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

 span { border-color: rgb(98,86,72); }

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