Html Css Color HEX #615346 Judge Grey

📋 copy color: '#615346'

red 97 ◦ green 83 ◦ blue 70

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

Shades of Judge Grey #615346

Tints of Judge Grey #615346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28%

R = 38.8%
G = 33.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#615346 (or 0x615346) is known color: Judge Grey. HEX triplet: 61, 53 and 46. RGB value is (97,83,70). Sum of RGB (Red+Green+Blue) = 97+83+70=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615346 is #9EACB9. Grayscale: #555555. Windows color (decimal): -10398906 or 4608865. OLE color: 4608865.

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

Color convert

RGB 97 83 70 -
CMYK 0 0.14 0.28 0.62
HSL 28.89º 0.16% 0.33% -
HSV(B) 28.89º 0.28% 0.38% -
XYZ 9.13 9.17 7.08 -
YUV 85.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 97 83 70 0 0.14 0.28 0.62 28.89 0.16 0.33
Hex 61 53 46 0 E 1C 3E 1D 10 21
Octal 141 123 106 0 16 34 76 35 20 41
Binary 1100001 1010011 1000110 0 1110 11100 111110 11101 10000 100001

Color Harmonies of #615346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615346

Black with #615346

Text Example


Text Example

White with #615346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615346; }

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

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

background-color css

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

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

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

border-color css

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

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

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