Html Css Color HEX #61523E Judge Grey

📋 copy color: '#61523E'

red 97 ◦ green 82 ◦ blue 62

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

Shades of Judge Grey #61523E

Tints of Judge Grey #61523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

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

R = 40.25%
G = 34.02%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61523E (or 0x61523E) is known color: Judge Grey. HEX triplet: 61, 52 and 3E. RGB value is (97,82,62). Sum of RGB (Red+Green+Blue) = 97+82+62=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61523E is #9EADC1. Grayscale: #545454. Windows color (decimal): -10399170 or 4084321. OLE color: 4084321.

HSL color Cylindrical-coordinate representation of color #61523E: hue angle of 34.29º 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 #61523E is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 62 -
CMYK 0 0.15 0.36 0.62
HSL 34.29º 0.22% 0.31% -
HSV(B) 34.29º 0.36% 0.38% -
XYZ 8.82 8.92 5.82 -
YUV 84.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 97 82 62 0 0.15 0.36 0.62 34.29 0.22 0.31
Hex 61 52 3E 0 F 24 3E 22 16 1F
Octal 141 122 76 0 17 44 76 42 26 37
Binary 1100001 1010010 111110 0 1111 100100 111110 100010 10110 11111

Color Harmonies of #61523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61523E

Black with #61523E

Text Example


Text Example

White with #61523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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