Html Css Color HEX #625442 Judge Grey

📋 copy color: '#625442'

red 98 ◦ green 84 ◦ blue 66

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

Shades of Judge Grey #625442

Tints of Judge Grey #625442

RGB

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

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

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

R = 39.52%
G = 33.87%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#625442 (or 0x625442) is known color: Judge Grey. HEX triplet: 62, 54 and 42. RGB value is (98,84,66). Sum of RGB (Red+Green+Blue) = 98+84+66=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #625442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625442 is #9DABBD. Grayscale: #565656. Windows color (decimal): -10333118 or 4346978. OLE color: 4346978.

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

Color convert

RGB 98 84 66 -
CMYK 0 0.14 0.33 0.62
HSL 33.75º 0.2% 0.32% -
HSV(B) 33.75º 0.33% 0.38% -
XYZ 9.19 9.33 6.47 -
YUV 86.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 98 84 66 0 0.14 0.33 0.62 33.75 0.2 0.32
Hex 62 54 42 0 E 21 3E 22 14 20
Octal 142 124 102 0 16 41 76 42 24 40
Binary 1100010 1010100 1000010 0 1110 100001 111110 100010 10100 100000

Color Harmonies of #625442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625442

Black with #625442

Text Example


Text Example

White with #625442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625442; }

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

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

background-color css

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

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

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

border-color css

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

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

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