Html Css Color HEX #61513E Judge Grey

📋 copy color: '#61513E'

red 97 ◦ green 81 ◦ blue 62

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

Shades of Judge Grey #61513E

Tints of Judge Grey #61513E

RGB

 RED value IS 97 (38.28% from 255) = 40.42%

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 40.42%
G = 33.75%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61513E (or 0x61513E) is known color: Judge Grey. HEX triplet: 61, 51 and 3E. RGB value is (97,81,62). Sum of RGB (Red+Green+Blue) = 97+81+62=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61513E is #9EAEC1. Grayscale: #535353. Windows color (decimal): -10399426 or 4084065. OLE color: 4084065.

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

Color convert

RGB 97 81 62 -
CMYK 0 0.16 0.36 0.62
HSL 32.57º 0.22% 0.31% -
HSV(B) 32.57º 0.36% 0.38% -
XYZ 8.74 8.77 5.79 -
YUV 83.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 97 81 62 0 0.16 0.36 0.62 32.57 0.22 0.31
Hex 61 51 3E 0 10 24 3E 21 16 1F
Octal 141 121 76 0 20 44 76 41 26 37
Binary 1100001 1010001 111110 0 10000 100100 111110 100001 10110 11111

Color Harmonies of #61513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61513E

Black with #61513E

Text Example


Text Example

White with #61513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61513E;
 }
 .AnyTagClassName
 {
   color: #61513E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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