Html Css Color HEX #56694B Tom Thumb

📋 copy color: '#56694B'

red 86 ◦ green 105 ◦ blue 75

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

Shades of Tom Thumb #56694B

Tints of Tom Thumb #56694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 32.33%
G = 39.47%
B = 28.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#56694B (or 0x56694B) is known color: Tom Thumb. HEX triplet: 56, 69 and 4B. RGB value is (86,105,75). Sum of RGB (Red+Green+Blue) = 86+105+75=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #56694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56694B is #A996B4. Grayscale: #606060. Windows color (decimal): -11114165 or 4942166. OLE color: 4942166.

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

Color convert

RGB 86 105 75 -
CMYK 0.18 0 0.29 0.59
HSL 98º 0.17% 0.35% -
HSV(B) 98º 0.29% 0.41% -
XYZ 10.16 12.59 8.55 -
YUV 95.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 86 105 75 0.18 0 0.29 0.59 98 0.17 0.35
Hex 56 69 4B 12 0 1D 3B 62 11 23
Octal 126 151 113 22 0 35 73 142 21 43
Binary 1010110 1101001 1001011 10010 0 11101 111011 1100010 10001 100011

Color Harmonies of #56694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56694B

Black with #56694B

Text Example


Text Example

White with #56694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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