Html Css Color HEX #615742 Judge Grey

📋 copy color: '#615742'

red 97 ◦ green 87 ◦ blue 66

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

Shades of Judge Grey #615742

Tints of Judge Grey #615742

RGB

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

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

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

R = 38.8%
G = 34.8%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615742 (or 0x615742) is known color: Judge Grey. HEX triplet: 61, 57 and 42. RGB value is (97,87,66). Sum of RGB (Red+Green+Blue) = 97+87+66=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615742 is #9EA8BD. Grayscale: #575757. Windows color (decimal): -10397886 or 4347745. OLE color: 4347745.

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

Color convert

RGB 97 87 66 -
CMYK 0 0.10 0.32 0.62
HSL 40.65º 0.19% 0.32% -
HSV(B) 40.65º 0.32% 0.38% -
XYZ 9.32 9.75 6.55 -
YUV 87.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 97 87 66 0 0.10 0.32 0.62 40.65 0.19 0.32
Hex 61 57 42 0 A 20 3E 29 13 20
Octal 141 127 102 0 12 40 76 51 23 40
Binary 1100001 1010111 1000010 0 1010 100000 111110 101001 10011 100000

Color Harmonies of #615742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615742

Black with #615742

Text Example


Text Example

White with #615742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615742; }

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

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

background-color css

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

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

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

border-color css

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

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

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