Html Css Color HEX #645341 Judge Grey

📋 copy color: '#645341'

red 100 ◦ green 83 ◦ blue 65

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

Shades of Judge Grey #645341

Tints of Judge Grey #645341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 40.32%
G = 33.47%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#645341 (or 0x645341) is known color: Judge Grey. HEX triplet: 64, 53 and 41. RGB value is (100,83,65). Sum of RGB (Red+Green+Blue) = 100+83+65=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645341 is #9BACBE. Grayscale: #565656. Windows color (decimal): -10202303 or 4281188. OLE color: 4281188.

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

Color convert

RGB 100 83 65 -
CMYK 0 0.17 0.35 0.61
HSL 30.86º 0.21% 0.32% -
HSV(B) 30.86º 0.35% 0.39% -
XYZ 9.3 9.28 6.3 -
YUV 86.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 100 83 65 0 0.17 0.35 0.61 30.86 0.21 0.32
Hex 64 53 41 0 11 23 3D 1F 15 20
Octal 144 123 101 0 21 43 75 37 25 40
Binary 1100100 1010011 1000001 0 10001 100011 111101 11111 10101 100000

Color Harmonies of #645341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645341

Black with #645341

Text Example


Text Example

White with #645341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645341; }

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

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

background-color css

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

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

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

border-color css

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

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

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