#615245

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

Shades of Judge Grey #615245

Tints of Judge Grey #615245

Color information

#615245 (or 0x615245) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 45. RGB value is (97,82,69). Sum of RGB (Red+Green+Blue) = 97+82+69=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615245 is #9EADBA. Grayscale: #555555. Windows color (decimal): -10399163 or 4543073. OLE color: 4543073.

HSL color Cylindrical-coordinate representation of color #615245: hue angle of 27.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615245 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB978269-
CMYK00.150.290.62
HSL27.86º16.87%32.55%-
HSV(B)27.86º28.87%38.04%-
XYZ9.029.016.89-
YUV85118.97136.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=39.11%
G=33.06%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97826900.150.290.6227.8616.8732.55
Hex6152450F1D3E1c1121
Octal1411221050173576342141
Binary11000011010010100010101111111011111101110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615245; }

 p { color: rgb(97,82,69); }

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

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

 a { background-color: rgb(97,82,69); }

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

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

 span { border-color: rgb(97,82,69); }

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