Html Css Color HEX #56694C Tom Thumb

📋 copy color: '#56694C'

red 86 ◦ green 105 ◦ blue 76

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

Shades of Tom Thumb #56694C

Tints of Tom Thumb #56694C

RGB

 RED value IS 86 (33.98% from 255) = 32.21%

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

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

R = 32.21%
G = 39.33%
B = 28.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#56694C (or 0x56694C) is known color: Tom Thumb. HEX triplet: 56, 69 and 4C. RGB value is (86,105,76). Sum of RGB (Red+Green+Blue) = 86+105+76=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #56694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56694C is #A996B3. Grayscale: #606060. Windows color (decimal): -11114164 or 5007702. OLE color: 5007702.

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

Color convert

RGB 86 105 76 -
CMYK 0.18 0 0.28 0.59
HSL 99.31º 0.16% 0.35% -
HSV(B) 99.31º 0.28% 0.41% -
XYZ 10.19 12.6 8.73 -
YUV 96.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 86 105 76 0.18 0 0.28 0.59 99.31 0.16 0.35
Hex 56 69 4C 12 0 1C 3B 63 10 23
Octal 126 151 114 22 0 34 73 143 20 43
Binary 1010110 1101001 1001100 10010 0 11100 111011 1100011 10000 100011

Color Harmonies of #56694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56694C

Black with #56694C

Text Example


Text Example

White with #56694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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