Html Css Color HEX #605540 Judge Grey

📋 copy color: '#605540'

red 96 ◦ green 85 ◦ blue 64

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

Shades of Judge Grey #605540

Tints of Judge Grey #605540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

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

R = 39.18%
G = 34.69%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#605540 (or 0x605540) is known color: Judge Grey. HEX triplet: 60, 55 and 40. RGB value is (96,85,64). Sum of RGB (Red+Green+Blue) = 96+85+64=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #605540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605540 is #9FAABF. Grayscale: #555555. Windows color (decimal): -10463936 or 4216160. OLE color: 4216160.

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

Color convert

RGB 96 85 64 -
CMYK 0 0.11 0.33 0.62
HSL 39.38º 0.2% 0.31% -
HSV(B) 39.38º 0.33% 0.38% -
XYZ 9 9.35 6.18 -
YUV 85.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 96 85 64 0 0.11 0.33 0.62 39.38 0.2 0.31
Hex 60 55 40 0 B 21 3E 27 14 1F
Octal 140 125 100 0 13 41 76 47 24 37
Binary 1100000 1010101 1000000 0 1011 100001 111110 100111 10100 11111

Color Harmonies of #605540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605540

Black with #605540

Text Example


Text Example

White with #605540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605540; }

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

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

background-color css

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

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

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

border-color css

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

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

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