Html Css Color HEX #615641 Judge Grey

📋 copy color: '#615641'

red 97 ◦ green 86 ◦ blue 65

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

Shades of Judge Grey #615641

Tints of Judge Grey #615641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 39.11%
G = 34.68%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615641 (or 0x615641) is known color: Judge Grey. HEX triplet: 61, 56 and 41. RGB value is (97,86,65). Sum of RGB (Red+Green+Blue) = 97+86+65=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615641 is #9EA9BE. Grayscale: #565656. Windows color (decimal): -10398143 or 4281953. OLE color: 4281953.

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

Color convert

RGB 97 86 65 -
CMYK 0 0.11 0.33 0.62
HSL 39.38º 0.2% 0.32% -
HSV(B) 39.38º 0.33% 0.38% -
XYZ 9.21 9.58 6.36 -
YUV 86.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 97 86 65 0 0.11 0.33 0.62 39.38 0.2 0.32
Hex 61 56 41 0 B 21 3E 27 14 20
Octal 141 126 101 0 13 41 76 47 24 40
Binary 1100001 1010110 1000001 0 1011 100001 111110 100111 10100 100000

Color Harmonies of #615641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615641

Black with #615641

Text Example


Text Example

White with #615641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615641; }

 p { color: rgb(97,86,65); }

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

background-color css

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

 a { background-color: rgb(97,86,65); }

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

border-color css

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

 span { border-color: rgb(97,86,65); }

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