#51684B

Color #51684B Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #51684B

Tints of Tom Thumb #51684B

Color information

#51684B (or 0x51684B) is unknown color: approx Tom Thumb. HEX triplet: 51, 68 and 4B. RGB value is (81,104,75). Sum of RGB (Red+Green+Blue) = 81+104+75=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #51684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51684B is #AE97B4. Grayscale: #5D5D5D. Windows color (decimal): -11442101 or 4941905. OLE color: 4941905.

HSL color Cylindrical-coordinate representation of color #51684B: hue angle of 107.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51684B is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB8110475-
CMYK0.2200.280.59
HSL107.59º16.2%35.1%-
HSV(B)107.59º27.88%40.78%-
XYZ9.6112.168.5-
YUV93.82117.38118.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=31.15%
G=40%
B=28.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104750.2200.280.59107.5916.235.1
Hex51684B1601C3B6c1023
Octal12115011326034731542043
Binary10100011101000100101110110011100111011110110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51684B; }

 p { color: rgb(81,104,75); }

 H1.HeaderClassName
 {
   color: #51684B;
 }
 .AnyTagClassName
 {
   color: #51684B;
 }
</style>
background-color css

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

 a { background-color: rgb(81,104,75); }

 div.DivClassName
 {
   background-color: #51684B;
 }
 .BgClassName
 {
   background-color: #51684B;
 }
</style>
border-color css

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

 span { border-color: rgb(81,104,75); }

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