Html Css Color HEX #605441 Judge Grey

📋 copy color: '#605441'

red 96 ◦ green 84 ◦ blue 65

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

Shades of Judge Grey #605441

Tints of Judge Grey #605441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 39.18%
G = 34.29%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#605441 (or 0x605441) is known color: Judge Grey. HEX triplet: 60, 54 and 41. RGB value is (96,84,65). Sum of RGB (Red+Green+Blue) = 96+84+65=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #605441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605441 is #9FABBE. Grayscale: #555555. Windows color (decimal): -10464191 or 4281440. OLE color: 4281440.

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

Color convert

RGB 96 84 65 -
CMYK 0 0.12 0.32 0.62
HSL 36.77º 0.19% 0.32% -
HSV(B) 36.77º 0.32% 0.38% -
XYZ 8.95 9.21 6.31 -
YUV 85.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 96 84 65 0 0.12 0.32 0.62 36.77 0.19 0.32
Hex 60 54 41 0 C 20 3E 25 13 20
Octal 140 124 101 0 14 40 76 45 23 40
Binary 1100000 1010100 1000001 0 1100 100000 111110 100101 10011 100000

Color Harmonies of #605441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605441

Black with #605441

Text Example


Text Example

White with #605441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605441; }

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

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

background-color css

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

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

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

border-color css

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

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

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