Html Css Color HEX #635648 Judge Grey

📋 copy color: '#635648'

red 99 ◦ green 86 ◦ blue 72

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

Shades of Judge Grey #635648

Tints of Judge Grey #635648

RGB

 RED value IS 99 (39.06% from 255) = 38.52%

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

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

R = 38.52%
G = 33.46%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#635648 (or 0x635648) is known color: Judge Grey. HEX triplet: 63, 56 and 48. RGB value is (99,86,72). Sum of RGB (Red+Green+Blue) = 99+86+72=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #635648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635648 is #9CA9B7. Grayscale: #585858. Windows color (decimal): -10267064 or 4740707. OLE color: 4740707.

HSL color Cylindrical-coordinate representation of color #635648: hue angle of 31.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635648 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 86 72 -
CMYK 0 0.13 0.27 0.61
HSL 31.11º 0.16% 0.34% -
HSV(B) 31.11º 0.27% 0.39% -
XYZ 9.64 9.78 7.51 -
YUV 88.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 99 86 72 0 0.13 0.27 0.61 31.11 0.16 0.34
Hex 63 56 48 0 D 1B 3D 1F 10 22
Octal 143 126 110 0 15 33 75 37 20 42
Binary 1100011 1010110 1001000 0 1101 11011 111101 11111 10000 100010

Color Harmonies of #635648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635648

Black with #635648

Text Example


Text Example

White with #635648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635648; }

 p { color: rgb(99,86,72); }

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

background-color css

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

 a { background-color: rgb(99,86,72); }

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

border-color css

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

 span { border-color: rgb(99,86,72); }

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