#64553F

Color #64553F Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #64553F

Tints of Judge Grey #64553F

Color information

#64553F (or 0x64553F) is unknown color: approx Judge Grey. HEX triplet: 64, 55 and 3F. RGB value is (100,85,63). Sum of RGB (Red+Green+Blue) = 100+85+63=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64553F is #9BAAC0. Grayscale: #575757. Windows color (decimal): -10201793 or 4150628. OLE color: 4150628.

HSL color Cylindrical-coordinate representation of color #64553F: hue angle of 35.68º 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 #64553F is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1008563-
CMYK00.150.370.61
HSL35.68º22.7%31.96%-
HSV(B)35.68º37%39.22%-
XYZ9.49.576.05-
YUV86.98114.47137.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 63 (25% from 255) = 25.40%
R=40.32%
G=34.27%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100856300.150.370.6135.6822.731.96
Hex64553F0F253D241720
Octal144125770174575442740
Binary110010010101011111110111110010111110110010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64553F;
 }
 .AnyTagClassName
 {
   color: #64553F;
 }
</style>
background-color css

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

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

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

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

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

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