Html Css Color HEX #615848 Judge Grey

📋 copy color: '#615848'

red 97 ◦ green 88 ◦ blue 72

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

Shades of Judge Grey #615848

Tints of Judge Grey #615848

RGB

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

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

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

R = 37.74%
G = 34.24%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#615848 (or 0x615848) is known color: Judge Grey. HEX triplet: 61, 58 and 48. RGB value is (97,88,72). Sum of RGB (Red+Green+Blue) = 97+88+72=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615848 is #9EA7B7. Grayscale: #585858. Windows color (decimal): -10397624 or 4741217. OLE color: 4741217.

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

Color convert

RGB 97 88 72 -
CMYK 0 0.09 0.26 0.62
HSL 38.4º 0.15% 0.33% -
HSV(B) 38.4º 0.26% 0.38% -
XYZ 9.59 9.99 7.55 -
YUV 88.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 97 88 72 0 0.09 0.26 0.62 38.4 0.15 0.33
Hex 61 58 48 0 9 1A 3E 26 F 21
Octal 141 130 110 0 11 32 76 46 17 41
Binary 1100001 1011000 1001000 0 1001 11010 111110 100110 1111 100001

Color Harmonies of #615848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615848

Black with #615848

Text Example


Text Example

White with #615848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615848; }

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

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

background-color css

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

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

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

border-color css

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

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

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