Html Css Color HEX #61554B Judge Grey

📋 copy color: '#61554B'

red 97 ◦ green 85 ◦ blue 75

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

Shades of Judge Grey #61554B

Tints of Judge Grey #61554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

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

R = 37.74%
G = 33.07%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61554B (or 0x61554B) is known color: Judge Grey. HEX triplet: 61, 55 and 4B. RGB value is (97,85,75). Sum of RGB (Red+Green+Blue) = 97+85+75=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61554B is #9EAAB4. Grayscale: #575757. Windows color (decimal): -10398389 or 4937057. OLE color: 4937057.

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

Color convert

RGB 97 85 75 -
CMYK 0 0.12 0.23 0.62
HSL 27.27º 0.13% 0.34% -
HSV(B) 27.27º 0.23% 0.38% -
XYZ 9.45 9.55 8 -
YUV 87.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 97 85 75 0 0.12 0.23 0.62 27.27 0.13 0.34
Hex 61 55 4B 0 C 17 3E 1B D 22
Octal 141 125 113 0 14 27 76 33 15 42
Binary 1100001 1010101 1001011 0 1100 10111 111110 11011 1101 100010

Color Harmonies of #61554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61554B

Black with #61554B

Text Example


Text Example

White with #61554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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