Html Css Color HEX #645647 Judge Grey

📋 copy color: '#645647'

red 100 ◦ green 86 ◦ blue 71

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

Shades of Judge Grey #645647

Tints of Judge Grey #645647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 38.91%
G = 33.46%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#645647 (or 0x645647) is known color: Judge Grey. HEX triplet: 64, 56 and 47. RGB value is (100,86,71). Sum of RGB (Red+Green+Blue) = 100+86+71=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #645647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645647 is #9BA9B8. Grayscale: #585858. Windows color (decimal): -10201529 or 4675172. OLE color: 4675172.

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

Color convert

RGB 100 86 71 -
CMYK 0 0.14 0.29 0.61
HSL 31.03º 0.17% 0.34% -
HSV(B) 31.03º 0.29% 0.39% -
XYZ 9.72 9.82 7.34 -
YUV 88.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 100 86 71 0 0.14 0.29 0.61 31.03 0.17 0.34
Hex 64 56 47 0 E 1D 3D 1F 11 22
Octal 144 126 107 0 16 35 75 37 21 42
Binary 1100100 1010110 1000111 0 1110 11101 111101 11111 10001 100010

Color Harmonies of #645647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645647

Black with #645647

Text Example


Text Example

White with #645647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645647; }

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

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

background-color css

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

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

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

border-color css

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

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

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