Html Css Color HEX #615442 Judge Grey

📋 copy color: '#615442'

red 97 ◦ green 84 ◦ blue 66

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

Shades of Judge Grey #615442

Tints of Judge Grey #615442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 39.27%
G = 34.01%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615442 (or 0x615442) is known color: Judge Grey. HEX triplet: 61, 54 and 42. RGB value is (97,84,66). Sum of RGB (Red+Green+Blue) = 97+84+66=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615442 is #9EABBD. Grayscale: #555555. Windows color (decimal): -10398654 or 4346977. OLE color: 4346977.

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

Color convert

RGB 97 84 66 -
CMYK 0 0.13 0.32 0.62
HSL 34.84º 0.19% 0.32% -
HSV(B) 34.84º 0.32% 0.38% -
XYZ 9.08 9.28 6.47 -
YUV 85.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 97 84 66 0 0.13 0.32 0.62 34.84 0.19 0.32
Hex 61 54 42 0 D 20 3E 23 13 20
Octal 141 124 102 0 15 40 76 43 23 40
Binary 1100001 1010100 1000010 0 1101 100000 111110 100011 10011 100000

Color Harmonies of #615442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615442

Black with #615442

Text Example


Text Example

White with #615442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615442; }

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

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

background-color css

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

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

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

border-color css

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

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

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