Html Css Color HEX #645441 Judge Grey

📋 copy color: '#645441'

red 100 ◦ green 84 ◦ blue 65

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

Shades of Judge Grey #645441

Tints of Judge Grey #645441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 40.16%
G = 33.73%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#645441 (or 0x645441) is known color: Judge Grey. HEX triplet: 64, 54 and 41. RGB value is (100,84,65). Sum of RGB (Red+Green+Blue) = 100+84+65=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645441 is #9BABBE. Grayscale: #565656. Windows color (decimal): -10202047 or 4281444. OLE color: 4281444.

HSL color Cylindrical-coordinate representation of color #645441: hue angle of 32.57º 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 #645441 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 65 -
CMYK 0 0.16 0.35 0.61
HSL 32.57º 0.21% 0.32% -
HSV(B) 32.57º 0.35% 0.39% -
XYZ 9.38 9.43 6.33 -
YUV 86.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 100 84 65 0 0.16 0.35 0.61 32.57 0.21 0.32
Hex 64 54 41 0 10 23 3D 21 15 20
Octal 144 124 101 0 20 43 75 41 25 40
Binary 1100100 1010100 1000001 0 10000 100011 111101 100001 10101 100000

Color Harmonies of #645441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645441

Black with #645441

Text Example


Text Example

White with #645441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645441; }

 p { color: rgb(100,84,65); }

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

background-color css

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

 a { background-color: rgb(100,84,65); }

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

border-color css

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

 span { border-color: rgb(100,84,65); }

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