Html Css Color HEX #635640 Judge Grey

📋 copy color: '#635640'

red 99 ◦ green 86 ◦ blue 64

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

Shades of Judge Grey #635640

Tints of Judge Grey #635640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 39.76%
G = 34.54%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#635640 (or 0x635640) is known color: Judge Grey. HEX triplet: 63, 56 and 40. RGB value is (99,86,64). Sum of RGB (Red+Green+Blue) = 99+86+64=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635640 is #9CA9BF. Grayscale: #575757. Windows color (decimal): -10267072 or 4216419. OLE color: 4216419.

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

Color convert

RGB 99 86 64 -
CMYK 0 0.13 0.35 0.61
HSL 37.71º 0.21% 0.32% -
HSV(B) 37.71º 0.35% 0.39% -
XYZ 9.4 9.68 6.22 -
YUV 87.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 99 86 64 0 0.13 0.35 0.61 37.71 0.21 0.32
Hex 63 56 40 0 D 23 3D 26 15 20
Octal 143 126 100 0 15 43 75 46 25 40
Binary 1100011 1010110 1000000 0 1101 100011 111101 100110 10101 100000

Color Harmonies of #635640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635640

Black with #635640

Text Example


Text Example

White with #635640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635640; }

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

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

background-color css

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

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

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

border-color css

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

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

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