Html Css Color HEX #615741 Judge Grey

📋 copy color: '#615741'

red 97 ◦ green 87 ◦ blue 65

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

Shades of Judge Grey #615741

Tints of Judge Grey #615741

RGB

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

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

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

R = 38.96%
G = 34.94%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615741 (or 0x615741) is known color: Judge Grey. HEX triplet: 61, 57 and 41. RGB value is (97,87,65). Sum of RGB (Red+Green+Blue) = 97+87+65=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615741 is #9EA8BE. Grayscale: #575757. Windows color (decimal): -10397887 or 4282209. OLE color: 4282209.

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

Color convert

RGB 97 87 65 -
CMYK 0 0.10 0.33 0.62
HSL 41.25º 0.2% 0.32% -
HSV(B) 41.25º 0.33% 0.38% -
XYZ 9.29 9.74 6.39 -
YUV 87.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 97 87 65 0 0.10 0.33 0.62 41.25 0.2 0.32
Hex 61 57 41 0 A 21 3E 29 14 20
Octal 141 127 101 0 12 41 76 51 24 40
Binary 1100001 1010111 1000001 0 1010 100001 111110 101001 10100 100000

Color Harmonies of #615741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615741

Black with #615741

Text Example


Text Example

White with #615741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615741; }

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

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

background-color css

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

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

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

border-color css

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

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

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