Html Css Color HEX #51694D Tom Thumb

📋 copy color: '#51694D'

red 81 ◦ green 105 ◦ blue 77

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

Shades of Tom Thumb #51694D

Tints of Tom Thumb #51694D

RGB

 RED value IS 81 (32.03% from 255) = 30.8%

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 30.8%
G = 39.92%
B = 29.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#51694D (or 0x51694D) is known color: Tom Thumb. HEX triplet: 51, 69 and 4D. RGB value is (81,105,77). Sum of RGB (Red+Green+Blue) = 81+105+77=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #51694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51694D is #AE96B2. Grayscale: #5E5E5E. Windows color (decimal): -11441843 or 5073233. OLE color: 5073233.

HSL color Cylindrical-coordinate representation of color #51694D: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51694D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 77 -
CMYK 0.23 0 0.27 0.59
HSL 111.43º 0.15% 0.36% -
HSV(B) 111.43º 0.27% 0.41% -
XYZ 9.78 12.39 8.9 -
YUV 94.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 81 105 77 0.23 0 0.27 0.59 111.43 0.15 0.36
Hex 51 69 4D 17 0 1B 3B 6F F 24
Octal 121 151 115 27 0 33 73 157 17 44
Binary 1010001 1101001 1001101 10111 0 11011 111011 1101111 1111 100100

Color Harmonies of #51694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51694D

Black with #51694D

Text Example


Text Example

White with #51694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51694D; }

 p { color: rgb(81,105,77); }

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

background-color css

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

 a { background-color: rgb(81,105,77); }

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

border-color css

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

 span { border-color: rgb(81,105,77); }

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