Html Css Color HEX #605240 Judge Grey

📋 copy color: '#605240'

red 96 ◦ green 82 ◦ blue 64

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

Shades of Judge Grey #605240

Tints of Judge Grey #605240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 39.67%
G = 33.88%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#605240 (or 0x605240) is known color: Judge Grey. HEX triplet: 60, 52 and 40. RGB value is (96,82,64). Sum of RGB (Red+Green+Blue) = 96+82+64=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #605240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605240 is #9FADBF. Grayscale: #545454. Windows color (decimal): -10464704 or 4215392. OLE color: 4215392.

HSL color Cylindrical-coordinate representation of color #605240: hue angle of 33.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605240 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 64 -
CMYK 0 0.15 0.33 0.62
HSL 33.75º 0.2% 0.31% -
HSV(B) 33.75º 0.33% 0.38% -
XYZ 8.77 8.89 6.1 -
YUV 84.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 96 82 64 0 0.15 0.33 0.62 33.75 0.2 0.31
Hex 60 52 40 0 F 21 3E 22 14 1F
Octal 140 122 100 0 17 41 76 42 24 37
Binary 1100000 1010010 1000000 0 1111 100001 111110 100010 10100 11111

Color Harmonies of #605240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605240

Black with #605240

Text Example


Text Example

White with #605240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605240; }

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

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

background-color css

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

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

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

border-color css

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

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

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