Html Css Color HEX #605141 Judge Grey

📋 copy color: '#605141'

red 96 ◦ green 81 ◦ blue 65

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

Shades of Judge Grey #605141

Tints of Judge Grey #605141

RGB

 RED value IS 96 (37.89% from 255) = 39.67%

 GREEN value IS 81 (32.03% from 255) = 33.47%

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

R = 39.67%
G = 33.47%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#605141 (or 0x605141) is known color: Judge Grey. HEX triplet: 60, 51 and 41. RGB value is (96,81,65). Sum of RGB (Red+Green+Blue) = 96+81+65=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #605141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605141 is #9FAEBE. Grayscale: #535353. Windows color (decimal): -10464959 or 4280672. OLE color: 4280672.

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

Color convert

RGB 96 81 65 -
CMYK 0 0.16 0.32 0.62
HSL 30.97º 0.19% 0.32% -
HSV(B) 30.97º 0.32% 0.38% -
XYZ 8.72 8.75 6.23 -
YUV 83.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 96 81 65 0 0.16 0.32 0.62 30.97 0.19 0.32
Hex 60 51 41 0 10 20 3E 1F 13 20
Octal 140 121 101 0 20 40 76 37 23 40
Binary 1100000 1010001 1000001 0 10000 100000 111110 11111 10011 100000

Color Harmonies of #605141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605141

Black with #605141

Text Example


Text Example

White with #605141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605141; }

 p { color: rgb(96,81,65); }

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

background-color css

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

 a { background-color: rgb(96,81,65); }

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

border-color css

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

 span { border-color: rgb(96,81,65); }

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