Html Css Color HEX #605139 Judge Grey

📋 copy color: '#605139'

red 96 ◦ green 81 ◦ blue 57

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

Shades of Judge Grey #605139

Tints of Judge Grey #605139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 41.03%
G = 34.62%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#605139 (or 0x605139) is known color: Judge Grey. HEX triplet: 60, 51 and 39. RGB value is (96,81,57). Sum of RGB (Red+Green+Blue) = 96+81+57=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #605139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605139 is #9FAEC6. Grayscale: #525252. Windows color (decimal): -10464967 or 3756384. OLE color: 3756384.

HSL color Cylindrical-coordinate representation of color #605139: hue angle of 36.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605139 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 81 57 -
CMYK 0 0.16 0.41 0.62
HSL 36.92º 0.25% 0.3% -
HSV(B) 36.92º 0.41% 0.38% -
XYZ 8.5 8.67 5.1 -
YUV 82.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 96 81 57 0 0.16 0.41 0.62 36.92 0.25 0.3
Hex 60 51 39 0 10 29 3E 25 19 1E
Octal 140 121 71 0 20 51 76 45 31 36
Binary 1100000 1010001 111001 0 10000 101001 111110 100101 11001 11110

Color Harmonies of #605139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605139

Black with #605139

Text Example


Text Example

White with #605139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605139; }

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

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

background-color css

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

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

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

border-color css

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

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

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