Html Css Color HEX #605241 Judge Grey

📋 copy color: '#605241'

red 96 ◦ green 82 ◦ blue 65

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

Shades of Judge Grey #605241

Tints of Judge Grey #605241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

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

R = 39.51%
G = 33.74%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#605241 (or 0x605241) is known color: Judge Grey. HEX triplet: 60, 52 and 41. RGB value is (96,82,65). Sum of RGB (Red+Green+Blue) = 96+82+65=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #605241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605241 is #9FADBE. Grayscale: #545454. Windows color (decimal): -10464703 or 4280928. OLE color: 4280928.

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

Color convert

RGB 96 82 65 -
CMYK 0 0.15 0.32 0.62
HSL 32.9º 0.19% 0.32% -
HSV(B) 32.9º 0.32% 0.38% -
XYZ 8.8 8.9 6.26 -
YUV 84.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 96 82 65 0 0.15 0.32 0.62 32.9 0.19 0.32
Hex 60 52 41 0 F 20 3E 21 13 20
Octal 140 122 101 0 17 40 76 41 23 40
Binary 1100000 1010010 1000001 0 1111 100000 111110 100001 10011 100000

Color Harmonies of #605241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605241

Black with #605241

Text Example


Text Example

White with #605241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605241; }

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

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

background-color css

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

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

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

border-color css

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

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

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