Html Css Color HEX #615448 Judge Grey

📋 copy color: '#615448'

red 97 ◦ green 84 ◦ blue 72

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

Shades of Judge Grey #615448

Tints of Judge Grey #615448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 38.34%
G = 33.2%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#615448 (or 0x615448) is known color: Judge Grey. HEX triplet: 61, 54 and 48. RGB value is (97,84,72). Sum of RGB (Red+Green+Blue) = 97+84+72=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615448 is #9EABB7. Grayscale: #565656. Windows color (decimal): -10398648 or 4740193. OLE color: 4740193.

HSL color Cylindrical-coordinate representation of color #615448: hue angle of 28.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615448 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 72 -
CMYK 0 0.13 0.26 0.62
HSL 28.8º 0.15% 0.33% -
HSV(B) 28.8º 0.26% 0.38% -
XYZ 9.27 9.35 7.45 -
YUV 86.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 97 84 72 0 0.13 0.26 0.62 28.8 0.15 0.33
Hex 61 54 48 0 D 1A 3E 1D F 21
Octal 141 124 110 0 15 32 76 35 17 41
Binary 1100001 1010100 1001000 0 1101 11010 111110 11101 1111 100001

Color Harmonies of #615448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615448

Black with #615448

Text Example


Text Example

White with #615448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615448; }

 p { color: rgb(97,84,72); }

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

background-color css

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

 a { background-color: rgb(97,84,72); }

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

border-color css

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

 span { border-color: rgb(97,84,72); }

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