#61513C

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

Shades of Judge Grey #61513C

Tints of Judge Grey #61513C

Color information

#61513C (or 0x61513C) is unknown color: approx Judge Grey. HEX triplet: 61, 51 and 3C. RGB value is (97,81,60). Sum of RGB (Red+Green+Blue) = 97+81+60=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61513C is #9EAEC3. Grayscale: #535353. Windows color (decimal): -10399428 or 3952993. OLE color: 3952993.

HSL color Cylindrical-coordinate representation of color #61513C: hue angle of 34.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61513C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB978160-
CMYK00.160.380.62
HSL34.05º23.57%30.78%-
HSV(B)34.05º38.14%38.04%-
XYZ8.698.755.51-
YUV83.39114.8137.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=40.76%
G=34.03%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97816000.160.380.6234.0523.5730.78
Hex61513C010263E22181f
Octal141121740204676423037
Binary110000110100011111000100001001101111101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61513C; }

 p { color: rgb(97,81,60); }

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

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

 a { background-color: rgb(97,81,60); }

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

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

 span { border-color: rgb(97,81,60); }

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