Html Css Color HEX #61574B Judge Grey

📋 copy color: '#61574B'

red 97 ◦ green 87 ◦ blue 75

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

Shades of Judge Grey #61574B

Tints of Judge Grey #61574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

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

R = 37.45%
G = 33.59%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61574B (or 0x61574B) is known color: Judge Grey. HEX triplet: 61, 57 and 4B. RGB value is (97,87,75). Sum of RGB (Red+Green+Blue) = 97+87+75=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61574B is #9EA8B4. Grayscale: #585858. Windows color (decimal): -10397877 or 4937569. OLE color: 4937569.

HSL color Cylindrical-coordinate representation of color #61574B: hue angle of 32.73º 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 #61574B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 87 75 -
CMYK 0 0.10 0.23 0.62
HSL 32.73º 0.13% 0.34% -
HSV(B) 32.73º 0.23% 0.38% -
XYZ 9.61 9.87 8.05 -
YUV 88.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 97 87 75 0 0.10 0.23 0.62 32.73 0.13 0.34
Hex 61 57 4B 0 A 17 3E 21 D 22
Octal 141 127 113 0 12 27 76 41 15 42
Binary 1100001 1010111 1001011 0 1010 10111 111110 100001 1101 100010

Color Harmonies of #61574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61574B

Black with #61574B

Text Example


Text Example

White with #61574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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