Html Css Color HEX #61523F Judge Grey

📋 copy color: '#61523F'

red 97 ◦ green 82 ◦ blue 63

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

Shades of Judge Grey #61523F

Tints of Judge Grey #61523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 40.08%
G = 33.88%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61523F (or 0x61523F) is known color: Judge Grey. HEX triplet: 61, 52 and 3F. RGB value is (97,82,63). Sum of RGB (Red+Green+Blue) = 97+82+63=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61523F is #9EADC0. Grayscale: #545454. Windows color (decimal): -10399169 or 4149857. OLE color: 4149857.

HSL color Cylindrical-coordinate representation of color #61523F: hue angle of 33.53º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61523F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 63 -
CMYK 0 0.15 0.35 0.62
HSL 33.53º 0.21% 0.31% -
HSV(B) 33.53º 0.35% 0.38% -
XYZ 8.84 8.93 5.96 -
YUV 84.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 97 82 63 0 0.15 0.35 0.62 33.53 0.21 0.31
Hex 61 52 3F 0 F 23 3E 22 15 1F
Octal 141 122 77 0 17 43 76 42 25 37
Binary 1100001 1010010 111111 0 1111 100011 111110 100010 10101 11111

Color Harmonies of #61523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61523F

Black with #61523F

Text Example


Text Example

White with #61523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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