Html Css Color HEX #61584B Judge Grey

📋 copy color: '#61584B'

red 97 ◦ green 88 ◦ blue 75

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

Shades of Judge Grey #61584B

Tints of Judge Grey #61584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 37.31%
G = 33.85%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61584B (or 0x61584B) is known color: Judge Grey. HEX triplet: 61, 58 and 4B. RGB value is (97,88,75). Sum of RGB (Red+Green+Blue) = 97+88+75=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61584B is #9EA7B4. Grayscale: #595959. Windows color (decimal): -10397621 or 4937825. OLE color: 4937825.

HSL color Cylindrical-coordinate representation of color #61584B: hue angle of 35.45º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61584B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 88 75 -
CMYK 0 0.09 0.23 0.62
HSL 35.45º 0.13% 0.34% -
HSV(B) 35.45º 0.23% 0.38% -
XYZ 9.69 10.03 8.08 -
YUV 89.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 97 88 75 0 0.09 0.23 0.62 35.45 0.13 0.34
Hex 61 58 4B 0 9 17 3E 23 D 22
Octal 141 130 113 0 11 27 76 43 15 42
Binary 1100001 1011000 1001011 0 1001 10111 111110 100011 1101 100010

Color Harmonies of #61584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61584B

Black with #61584B

Text Example


Text Example

White with #61584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61584B; }

 p { color: rgb(97,88,75); }

 H1.HeaderClassName
 {
   color: #61584B;
 }
 .AnyTagClassName
 {
   color: #61584B;
 }
</style>

background-color css

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

 a { background-color: rgb(97,88,75); }

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

border-color css

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

 span { border-color: rgb(97,88,75); }

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