Html Css Color HEX #615548 Judge Grey

📋 copy color: '#615548'

red 97 ◦ green 85 ◦ blue 72

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

Shades of Judge Grey #615548

Tints of Judge Grey #615548

RGB

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

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

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

R = 38.19%
G = 33.46%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#615548 (or 0x615548) is known color: Judge Grey. HEX triplet: 61, 55 and 48. RGB value is (97,85,72). Sum of RGB (Red+Green+Blue) = 97+85+72=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615548 is #9EAAB7. Grayscale: #575757. Windows color (decimal): -10398392 or 4740449. OLE color: 4740449.

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

Color convert

RGB 97 85 72 -
CMYK 0 0.12 0.26 0.62
HSL 31.2º 0.15% 0.33% -
HSV(B) 31.2º 0.26% 0.38% -
XYZ 9.35 9.51 7.47 -
YUV 87.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 97 85 72 0 0.12 0.26 0.62 31.2 0.15 0.33
Hex 61 55 48 0 C 1A 3E 1F F 21
Octal 141 125 110 0 14 32 76 37 17 41
Binary 1100001 1010101 1001000 0 1100 11010 111110 11111 1111 100001

Color Harmonies of #615548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615548

Black with #615548

Text Example


Text Example

White with #615548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615548; }

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

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

background-color css

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

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

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

border-color css

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

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

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