Html Css Color HEX #51694C Tom Thumb

📋 copy color: '#51694C'

red 81 ◦ green 105 ◦ blue 76

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

Shades of Tom Thumb #51694C

Tints of Tom Thumb #51694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 30.92%
G = 40.08%
B = 29.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#51694C (or 0x51694C) is known color: Tom Thumb. HEX triplet: 51, 69 and 4C. RGB value is (81,105,76). Sum of RGB (Red+Green+Blue) = 81+105+76=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #51694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51694C is #AE96B3. Grayscale: #5E5E5E. Windows color (decimal): -11441844 or 5007697. OLE color: 5007697.

HSL color Cylindrical-coordinate representation of color #51694C: hue angle of 109.66º 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 #51694C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 76 -
CMYK 0.23 0 0.28 0.59
HSL 109.66º 0.16% 0.35% -
HSV(B) 109.66º 0.28% 0.41% -
XYZ 9.75 12.37 8.71 -
YUV 94.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 81 105 76 0.23 0 0.28 0.59 109.66 0.16 0.35
Hex 51 69 4C 17 0 1C 3B 6E 10 23
Octal 121 151 114 27 0 34 73 156 20 43
Binary 1010001 1101001 1001100 10111 0 11100 111011 1101110 10000 100011

Color Harmonies of #51694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51694C

Black with #51694C

Text Example


Text Example

White with #51694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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