Html Css Color HEX #506644 Tom Thumb

📋 copy color: '#506644'

red 80 ◦ green 102 ◦ blue 68

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

Shades of Tom Thumb #506644

Tints of Tom Thumb #506644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 32%
G = 40.8%
B = 27.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#506644 (or 0x506644) is known color: Tom Thumb. HEX triplet: 50, 66 and 44. RGB value is (80,102,68). Sum of RGB (Red+Green+Blue) = 80+102+68=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #506644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506644 is #AF99BB. Grayscale: #5B5B5B. Windows color (decimal): -11508156 or 4482640. OLE color: 4482640.

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

Color convert

RGB 80 102 68 -
CMYK 0.22 0 0.33 0.6
HSL 98.82º 0.2% 0.33% -
HSV(B) 98.82º 0.33% 0.4% -
XYZ 9.1 11.63 7.23 -
YUV 91.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 80 102 68 0.22 0 0.33 0.6 98.82 0.2 0.33
Hex 50 66 44 16 0 21 3C 63 14 21
Octal 120 146 104 26 0 41 74 143 24 41
Binary 1010000 1100110 1000100 10110 0 100001 111100 1100011 10100 100001

Color Harmonies of #506644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506644

Black with #506644

Text Example


Text Example

White with #506644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506644; }

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

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

background-color css

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

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

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

border-color css

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

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

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