Html Css Color HEX #625444 Judge Grey

📋 copy color: '#625444'

red 98 ◦ green 84 ◦ blue 68

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

Shades of Judge Grey #625444

Tints of Judge Grey #625444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 39.2%
G = 33.6%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#625444 (or 0x625444) is known color: Judge Grey. HEX triplet: 62, 54 and 44. RGB value is (98,84,68). Sum of RGB (Red+Green+Blue) = 98+84+68=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625444 is #9DABBB. Grayscale: #565656. Windows color (decimal): -10333116 or 4478050. OLE color: 4478050.

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

Color convert

RGB 98 84 68 -
CMYK 0 0.14 0.31 0.62
HSL 32º 0.18% 0.33% -
HSV(B) 32º 0.31% 0.38% -
XYZ 9.25 9.35 6.79 -
YUV 86.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 98 84 68 0 0.14 0.31 0.62 32 0.18 0.33
Hex 62 54 44 0 E 1F 3E 20 12 21
Octal 142 124 104 0 16 37 76 40 22 41
Binary 1100010 1010100 1000100 0 1110 11111 111110 100000 10010 100001

Color Harmonies of #625444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625444

Black with #625444

Text Example


Text Example

White with #625444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625444; }

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

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

background-color css

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

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

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

border-color css

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

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

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