Html Css Color HEX #64563F Judge Grey

📋 copy color: '#64563F'

red 100 ◦ green 86 ◦ blue 63

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

Shades of Judge Grey #64563F

Tints of Judge Grey #64563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

 BLUE value IS 63 (25% from 255) = 25.3%

R = 40.16%
G = 34.54%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#64563F (or 0x64563F) is known color: Judge Grey. HEX triplet: 64, 56 and 3F. RGB value is (100,86,63). Sum of RGB (Red+Green+Blue) = 100+86+63=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #64563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64563F is #9BA9C0. Grayscale: #575757. Windows color (decimal): -10201537 or 4150884. OLE color: 4150884.

HSL color Cylindrical-coordinate representation of color #64563F: hue angle of 37.3º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64563F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 63 -
CMYK 0 0.14 0.37 0.61
HSL 37.3º 0.23% 0.32% -
HSV(B) 37.3º 0.37% 0.39% -
XYZ 9.48 9.72 6.08 -
YUV 87.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 100 86 63 0 0.14 0.37 0.61 37.3 0.23 0.32
Hex 64 56 3F 0 E 25 3D 25 17 20
Octal 144 126 77 0 16 45 75 45 27 40
Binary 1100100 1010110 111111 0 1110 100101 111101 100101 10111 100000

Color Harmonies of #64563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64563F

Black with #64563F

Text Example


Text Example

White with #64563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64563F; }

 p { color: rgb(100,86,63); }

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

background-color css

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

 a { background-color: rgb(100,86,63); }

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

border-color css

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

 span { border-color: rgb(100,86,63); }

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