Html Css Color HEX #506645 Tom Thumb

📋 copy color: '#506645'

red 80 ◦ green 102 ◦ blue 69

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

Shades of Tom Thumb #506645

Tints of Tom Thumb #506645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 31.87%
G = 40.64%
B = 27.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#506645 (or 0x506645) is known color: Tom Thumb. HEX triplet: 50, 66 and 45. RGB value is (80,102,69). Sum of RGB (Red+Green+Blue) = 80+102+69=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #506645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506645 is #AF99BA. Grayscale: #5B5B5B. Windows color (decimal): -11508155 or 4548176. OLE color: 4548176.

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

Color convert

RGB 80 102 69 -
CMYK 0.22 0 0.32 0.6
HSL 100º 0.19% 0.34% -
HSV(B) 100º 0.32% 0.4% -
XYZ 9.13 11.64 7.4 -
YUV 91.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 80 102 69 0.22 0 0.32 0.6 100 0.19 0.34
Hex 50 66 45 16 0 20 3C 64 13 22
Octal 120 146 105 26 0 40 74 144 23 42
Binary 1010000 1100110 1000101 10110 0 100000 111100 1100100 10011 100010

Color Harmonies of #506645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506645

Black with #506645

Text Example


Text Example

White with #506645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506645; }

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

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

background-color css

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

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

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

border-color css

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

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

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