Html Css Color HEX #506649 Tom Thumb

📋 copy color: '#506649'

red 80 ◦ green 102 ◦ blue 73

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

Shades of Tom Thumb #506649

Tints of Tom Thumb #506649

RGB

 RED value IS 80 (31.64% from 255) = 31.37%

 GREEN value IS 102 (40.23% from 255) = 40%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 31.37%
G = 40%
B = 28.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#506649 (or 0x506649) is known color: Tom Thumb. HEX triplet: 50, 66 and 49. RGB value is (80,102,73). Sum of RGB (Red+Green+Blue) = 80+102+73=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #506649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506649 is #AF99B6. Grayscale: #5C5C5C. Windows color (decimal): -11508151 or 4810320. OLE color: 4810320.

HSL color Cylindrical-coordinate representation of color #506649: hue angle of 105.52º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506649 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 73 -
CMYK 0.22 0 0.28 0.6
HSL 105.52º 0.17% 0.34% -
HSV(B) 105.52º 0.28% 0.4% -
XYZ 9.26 11.69 8.07 -
YUV 92.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 80 102 73 0.22 0 0.28 0.6 105.52 0.17 0.34
Hex 50 66 49 16 0 1C 3C 6A 11 22
Octal 120 146 111 26 0 34 74 152 21 42
Binary 1010000 1100110 1001001 10110 0 11100 111100 1101010 10001 100010

Color Harmonies of #506649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506649

Black with #506649

Text Example


Text Example

White with #506649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506649; }

 p { color: rgb(80,102,73); }

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

background-color css

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

 a { background-color: rgb(80,102,73); }

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

border-color css

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

 span { border-color: rgb(80,102,73); }

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