Html Css Color HEX #645640 Judge Grey

📋 copy color: '#645640'

red 100 ◦ green 86 ◦ blue 64

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

Shades of Judge Grey #645640

Tints of Judge Grey #645640

RGB

 RED value IS 100 (39.45% from 255) = 40%

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

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

R = 40%
G = 34.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#645640 (or 0x645640) is known color: Judge Grey. HEX triplet: 64, 56 and 40. RGB value is (100,86,64). Sum of RGB (Red+Green+Blue) = 100+86+64=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645640 is #9BA9BF. Grayscale: #575757. Windows color (decimal): -10201536 or 4216420. OLE color: 4216420.

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

Color convert

RGB 100 86 64 -
CMYK 0 0.14 0.36 0.61
HSL 36.67º 0.22% 0.32% -
HSV(B) 36.67º 0.36% 0.39% -
XYZ 9.51 9.74 6.23 -
YUV 87.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 100 86 64 0 0.14 0.36 0.61 36.67 0.22 0.32
Hex 64 56 40 0 E 24 3D 25 16 20
Octal 144 126 100 0 16 44 75 45 26 40
Binary 1100100 1010110 1000000 0 1110 100100 111101 100101 10110 100000

Color Harmonies of #645640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645640

Black with #645640

Text Example


Text Example

White with #645640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645640; }

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

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

background-color css

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

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

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

border-color css

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

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

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