Html Css Color HEX #625548 Judge Grey

📋 copy color: '#625548'

red 98 ◦ green 85 ◦ blue 72

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

Shades of Judge Grey #625548

Tints of Judge Grey #625548

RGB

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

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

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

R = 38.43%
G = 33.33%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#625548 (or 0x625548) is known color: Judge Grey. HEX triplet: 62, 55 and 48. RGB value is (98,85,72). Sum of RGB (Red+Green+Blue) = 98+85+72=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #625548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625548 is #9DAAB7. Grayscale: #575757. Windows color (decimal): -10332856 or 4740450. OLE color: 4740450.

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

Color convert

RGB 98 85 72 -
CMYK 0 0.13 0.27 0.62
HSL 30º 0.15% 0.33% -
HSV(B) 30º 0.27% 0.38% -
XYZ 9.46 9.56 7.48 -
YUV 87.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 98 85 72 0 0.13 0.27 0.62 30 0.15 0.33
Hex 62 55 48 0 D 1B 3E 1E F 21
Octal 142 125 110 0 15 33 76 36 17 41
Binary 1100010 1010101 1001000 0 1101 11011 111110 11110 1111 100001

Color Harmonies of #625548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625548

Black with #625548

Text Example


Text Example

White with #625548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625548; }

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

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

background-color css

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

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

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

border-color css

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

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

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