Html Css Color HEX #645744 Judge Grey

📋 copy color: '#645744'

red 100 ◦ green 87 ◦ blue 68

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

Shades of Judge Grey #645744

Tints of Judge Grey #645744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 39.22%
G = 34.12%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#645744 (or 0x645744) is known color: Judge Grey. HEX triplet: 64, 57 and 44. RGB value is (100,87,68). Sum of RGB (Red+Green+Blue) = 100+87+68=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645744 is #9BA8BB. Grayscale: #585858. Windows color (decimal): -10201276 or 4478820. OLE color: 4478820.

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

Color convert

RGB 100 87 68 -
CMYK 0 0.13 0.32 0.61
HSL 35.63º 0.19% 0.33% -
HSV(B) 35.63º 0.32% 0.39% -
XYZ 9.71 9.94 6.88 -
YUV 88.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 100 87 68 0 0.13 0.32 0.61 35.63 0.19 0.33
Hex 64 57 44 0 D 20 3D 24 13 21
Octal 144 127 104 0 15 40 75 44 23 41
Binary 1100100 1010111 1000100 0 1101 100000 111101 100100 10011 100001

Color Harmonies of #645744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645744

Black with #645744

Text Example


Text Example

White with #645744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645744; }

 p { color: rgb(100,87,68); }

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

background-color css

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

 a { background-color: rgb(100,87,68); }

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

border-color css

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

 span { border-color: rgb(100,87,68); }

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