Html Css Color HEX #615441 Judge Grey

📋 copy color: '#615441'

red 97 ◦ green 84 ◦ blue 65

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

Shades of Judge Grey #615441

Tints of Judge Grey #615441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 39.43%
G = 34.15%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615441 (or 0x615441) is known color: Judge Grey. HEX triplet: 61, 54 and 41. RGB value is (97,84,65). Sum of RGB (Red+Green+Blue) = 97+84+65=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #615441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615441 is #9EABBE. Grayscale: #555555. Windows color (decimal): -10398655 or 4281441. OLE color: 4281441.

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

Color convert

RGB 97 84 65 -
CMYK 0 0.13 0.33 0.62
HSL 35.63º 0.2% 0.32% -
HSV(B) 35.63º 0.33% 0.38% -
XYZ 9.05 9.26 6.31 -
YUV 85.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 97 84 65 0 0.13 0.33 0.62 35.63 0.2 0.32
Hex 61 54 41 0 D 21 3E 24 14 20
Octal 141 124 101 0 15 41 76 44 24 40
Binary 1100001 1010100 1000001 0 1101 100001 111110 100100 10100 100000

Color Harmonies of #615441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615441

Black with #615441

Text Example


Text Example

White with #615441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615441; }

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

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

background-color css

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

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

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

border-color css

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

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

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