Html Css Color HEX #55694A Tom Thumb

📋 copy color: '#55694A'

red 85 ◦ green 105 ◦ blue 74

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

Shades of Tom Thumb #55694A

Tints of Tom Thumb #55694A

RGB

 RED value IS 85 (33.59% from 255) = 32.2%

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

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 32.2%
G = 39.77%
B = 28.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#55694A (or 0x55694A) is known color: Tom Thumb. HEX triplet: 55, 69 and 4A. RGB value is (85,105,74). Sum of RGB (Red+Green+Blue) = 85+105+74=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #55694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55694A is #AA96B5. Grayscale: #5F5F5F. Windows color (decimal): -11179702 or 4876629. OLE color: 4876629.

HSL color Cylindrical-coordinate representation of color #55694A: hue angle of 98.71º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55694A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 74 -
CMYK 0.19 0 0.30 0.59
HSL 98.71º 0.17% 0.35% -
HSV(B) 98.71º 0.3% 0.41% -
XYZ 10.03 12.53 8.37 -
YUV 95.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 85 105 74 0.19 0 0.30 0.59 98.71 0.17 0.35
Hex 55 69 4A 13 0 1E 3B 63 11 23
Octal 125 151 112 23 0 36 73 143 21 43
Binary 1010101 1101001 1001010 10011 0 11110 111011 1100011 10001 100011

Color Harmonies of #55694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55694A

Black with #55694A

Text Example


Text Example

White with #55694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55694A; }

 p { color: rgb(85,105,74); }

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

background-color css

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

 a { background-color: rgb(85,105,74); }

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

border-color css

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

 span { border-color: rgb(85,105,74); }

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