Html Css Color HEX #645646 Judge Grey

📋 copy color: '#645646'

red 100 ◦ green 86 ◦ blue 70

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

Shades of Judge Grey #645646

Tints of Judge Grey #645646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 39.06%
G = 33.59%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#645646 (or 0x645646) is known color: Judge Grey. HEX triplet: 64, 56 and 46. RGB value is (100,86,70). Sum of RGB (Red+Green+Blue) = 100+86+70=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #645646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645646 is #9BA9B9. Grayscale: #585858. Windows color (decimal): -10201530 or 4609636. OLE color: 4609636.

HSL color Cylindrical-coordinate representation of color #645646: hue angle of 32º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #645646 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 70 -
CMYK 0 0.14 0.30 0.61
HSL 32º 0.18% 0.33% -
HSV(B) 32º 0.3% 0.39% -
XYZ 9.69 9.81 7.18 -
YUV 88.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 100 86 70 0 0.14 0.30 0.61 32 0.18 0.33
Hex 64 56 46 0 E 1E 3D 20 12 21
Octal 144 126 106 0 16 36 75 40 22 41
Binary 1100100 1010110 1000110 0 1110 11110 111101 100000 10010 100001

Color Harmonies of #645646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645646

Black with #645646

Text Example


Text Example

White with #645646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645646; }

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

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

background-color css

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

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

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

border-color css

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

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

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