Html Css Color HEX #645849 Judge Grey

📋 copy color: '#645849'

red 100 ◦ green 88 ◦ blue 73

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

Shades of Judge Grey #645849

Tints of Judge Grey #645849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 38.31%
G = 33.72%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#645849 (or 0x645849) is known color: Judge Grey. HEX triplet: 64, 58 and 49. RGB value is (100,88,73). Sum of RGB (Red+Green+Blue) = 100+88+73=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #645849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645849 is #9BA7B6. Grayscale: #595959. Windows color (decimal): -10201015 or 4806756. OLE color: 4806756.

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

Color convert

RGB 100 88 73 -
CMYK 0 0.12 0.27 0.61
HSL 33.33º 0.16% 0.34% -
HSV(B) 33.33º 0.27% 0.39% -
XYZ 9.95 10.17 7.74 -
YUV 89.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 100 88 73 0 0.12 0.27 0.61 33.33 0.16 0.34
Hex 64 58 49 0 C 1B 3D 21 10 22
Octal 144 130 111 0 14 33 75 41 20 42
Binary 1100100 1011000 1001001 0 1100 11011 111101 100001 10000 100010

Color Harmonies of #645849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645849

Black with #645849

Text Example


Text Example

White with #645849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645849; }

 p { color: rgb(100,88,73); }

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

background-color css

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

 a { background-color: rgb(100,88,73); }

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

border-color css

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

 span { border-color: rgb(100,88,73); }

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