Html Css Color HEX #625242 Judge Grey

📋 copy color: '#625242'

red 98 ◦ green 82 ◦ blue 66

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

Shades of Judge Grey #625242

Tints of Judge Grey #625242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 39.84%
G = 33.33%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#625242 (or 0x625242) is known color: Judge Grey. HEX triplet: 62, 52 and 42. RGB value is (98,82,66). Sum of RGB (Red+Green+Blue) = 98+82+66=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #625242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625242 is #9DADBD. Grayscale: #555555. Windows color (decimal): -10333630 or 4346466. OLE color: 4346466.

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

Color convert

RGB 98 82 66 -
CMYK 0 0.16 0.33 0.62
HSL 30º 0.2% 0.32% -
HSV(B) 30º 0.33% 0.38% -
XYZ 9.04 9.02 6.42 -
YUV 84.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 98 82 66 0 0.16 0.33 0.62 30 0.2 0.32
Hex 62 52 42 0 10 21 3E 1E 14 20
Octal 142 122 102 0 20 41 76 36 24 40
Binary 1100010 1010010 1000010 0 10000 100001 111110 11110 10100 100000

Color Harmonies of #625242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625242

Black with #625242

Text Example


Text Example

White with #625242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625242; }

 p { color: rgb(98,82,66); }

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

background-color css

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

 a { background-color: rgb(98,82,66); }

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

border-color css

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

 span { border-color: rgb(98,82,66); }

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