Html Css Color HEX #615342 Judge Grey

📋 copy color: '#615342'

red 97 ◦ green 83 ◦ blue 66

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

Shades of Judge Grey #615342

Tints of Judge Grey #615342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 39.43%
G = 33.74%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615342 (or 0x615342) is known color: Judge Grey. HEX triplet: 61, 53 and 42. RGB value is (97,83,66). Sum of RGB (Red+Green+Blue) = 97+83+66=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #615342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615342 is #9EACBD. Grayscale: #555555. Windows color (decimal): -10398910 or 4346721. OLE color: 4346721.

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

Color convert

RGB 97 83 66 -
CMYK 0 0.14 0.32 0.62
HSL 32.9º 0.19% 0.32% -
HSV(B) 32.9º 0.32% 0.38% -
XYZ 9.01 9.12 6.44 -
YUV 85.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 97 83 66 0 0.14 0.32 0.62 32.9 0.19 0.32
Hex 61 53 42 0 E 20 3E 21 13 20
Octal 141 123 102 0 16 40 76 41 23 40
Binary 1100001 1010011 1000010 0 1110 100000 111110 100001 10011 100000

Color Harmonies of #615342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615342

Black with #615342

Text Example


Text Example

White with #615342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615342; }

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

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

background-color css

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

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

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

border-color css

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

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

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