Html Css Color HEX #615746 Judge Grey

📋 copy color: '#615746'

red 97 ◦ green 87 ◦ blue 70

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

Shades of Judge Grey #615746

Tints of Judge Grey #615746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.25%

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

R = 38.19%
G = 34.25%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#615746 (or 0x615746) is known color: Judge Grey. HEX triplet: 61, 57 and 46. RGB value is (97,87,70). Sum of RGB (Red+Green+Blue) = 97+87+70=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615746 is #9EA8B9. Grayscale: #585858. Windows color (decimal): -10397882 or 4609889. OLE color: 4609889.

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

Color convert

RGB 97 87 70 -
CMYK 0 0.10 0.28 0.62
HSL 37.78º 0.16% 0.33% -
HSV(B) 37.78º 0.28% 0.38% -
XYZ 9.44 9.8 7.19 -
YUV 88.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 97 87 70 0 0.10 0.28 0.62 37.78 0.16 0.33
Hex 61 57 46 0 A 1C 3E 26 10 21
Octal 141 127 106 0 12 34 76 46 20 41
Binary 1100001 1010111 1000110 0 1010 11100 111110 100110 10000 100001

Color Harmonies of #615746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615746

Black with #615746

Text Example


Text Example

White with #615746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615746; }

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

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

background-color css

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

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

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

border-color css

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

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

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