Html Css Color HEX #605246 Judge Grey

📋 copy color: '#605246'

red 96 ◦ green 82 ◦ blue 70

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

Shades of Judge Grey #605246

Tints of Judge Grey #605246

RGB

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

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

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

R = 38.71%
G = 33.06%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#605246 (or 0x605246) is known color: Judge Grey. HEX triplet: 60, 52 and 46. RGB value is (96,82,70). Sum of RGB (Red+Green+Blue) = 96+82+70=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605246 is #9FADB9. Grayscale: #545454. Windows color (decimal): -10464698 or 4608608. OLE color: 4608608.

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

Color convert

RGB 96 82 70 -
CMYK 0 0.15 0.27 0.62
HSL 27.69º 0.16% 0.33% -
HSV(B) 27.69º 0.27% 0.38% -
XYZ 8.95 8.96 7.05 -
YUV 84.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 96 82 70 0 0.15 0.27 0.62 27.69 0.16 0.33
Hex 60 52 46 0 F 1B 3E 1C 10 21
Octal 140 122 106 0 17 33 76 34 20 41
Binary 1100000 1010010 1000110 0 1111 11011 111110 11100 10000 100001

Color Harmonies of #605246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605246

Black with #605246

Text Example


Text Example

White with #605246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605246; }

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

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

background-color css

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

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

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

border-color css

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

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

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