Html Css Color HEX #64584A Judge Grey

📋 copy color: '#64584A'

red 100 ◦ green 88 ◦ blue 74

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

Shades of Judge Grey #64584A

Tints of Judge Grey #64584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 38.17%
G = 33.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64584A (or 0x64584A) is known color: Judge Grey. HEX triplet: 64, 58 and 4A. RGB value is (100,88,74). Sum of RGB (Red+Green+Blue) = 100+88+74=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64584A is #9BA7B5. Grayscale: #5A5A5A. Windows color (decimal): -10201014 or 4872292. OLE color: 4872292.

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

Color convert

RGB 100 88 74 -
CMYK 0 0.12 0.26 0.61
HSL 32.31º 0.15% 0.34% -
HSV(B) 32.31º 0.26% 0.39% -
XYZ 9.98 10.18 7.92 -
YUV 89.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 100 88 74 0 0.12 0.26 0.61 32.31 0.15 0.34
Hex 64 58 4A 0 C 1A 3D 20 F 22
Octal 144 130 112 0 14 32 75 40 17 42
Binary 1100100 1011000 1001010 0 1100 11010 111101 100000 1111 100010

Color Harmonies of #64584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64584A

Black with #64584A

Text Example


Text Example

White with #64584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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