Html Css Color HEX #605646 Judge Grey

📋 copy color: '#605646'

red 96 ◦ green 86 ◦ blue 70

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

Shades of Judge Grey #605646

Tints of Judge Grey #605646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 38.1%
G = 34.13%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#605646 (or 0x605646) is known color: Judge Grey. HEX triplet: 60, 56 and 46. RGB value is (96,86,70). Sum of RGB (Red+Green+Blue) = 96+86+70=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605646 is #9FA9B9. Grayscale: #575757. Windows color (decimal): -10463674 or 4609632. OLE color: 4609632.

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

Color convert

RGB 96 86 70 -
CMYK 0 0.10 0.27 0.62
HSL 36.92º 0.16% 0.33% -
HSV(B) 36.92º 0.27% 0.38% -
XYZ 9.26 9.58 7.16 -
YUV 87.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 96 86 70 0 0.10 0.27 0.62 36.92 0.16 0.33
Hex 60 56 46 0 A 1B 3E 25 10 21
Octal 140 126 106 0 12 33 76 45 20 41
Binary 1100000 1010110 1000110 0 1010 11011 111110 100101 10000 100001

Color Harmonies of #605646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605646

Black with #605646

Text Example


Text Example

White with #605646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605646; }

 p { color: rgb(96,86,70); }

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

background-color css

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

 a { background-color: rgb(96,86,70); }

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

border-color css

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

 span { border-color: rgb(96,86,70); }

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