Html Css Color HEX #625644 Judge Grey

📋 copy color: '#625644'

red 98 ◦ green 86 ◦ blue 68

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

Shades of Judge Grey #625644

Tints of Judge Grey #625644

RGB

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

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

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

R = 38.89%
G = 34.13%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#625644 (or 0x625644) is known color: Judge Grey. HEX triplet: 62, 56 and 44. RGB value is (98,86,68). Sum of RGB (Red+Green+Blue) = 98+86+68=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625644 is #9DA9BB. Grayscale: #575757. Windows color (decimal): -10332604 or 4478562. OLE color: 4478562.

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

Color convert

RGB 98 86 68 -
CMYK 0 0.12 0.31 0.62
HSL 36º 0.18% 0.33% -
HSV(B) 36º 0.31% 0.38% -
XYZ 9.41 9.67 6.84 -
YUV 87.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 98 86 68 0 0.12 0.31 0.62 36 0.18 0.33
Hex 62 56 44 0 C 1F 3E 24 12 21
Octal 142 126 104 0 14 37 76 44 22 41
Binary 1100010 1010110 1000100 0 1100 11111 111110 100100 10010 100001

Color Harmonies of #625644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625644

Black with #625644

Text Example


Text Example

White with #625644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625644; }

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

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

background-color css

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

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

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

border-color css

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

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

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