#3B695F

Color #3B695F Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #3B695F

Tints of Stromboli #3B695F

Color information

#3B695F (or 0x3B695F) is unknown color: approx Stromboli. HEX triplet: 3B, 69 and 5F. RGB value is (59,105,95). Sum of RGB (Red+Green+Blue) = 59+105+95=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #3B695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B695F is #C496A0. Grayscale: #5A5A5A. Windows color (decimal): -12883617 or 6252859. OLE color: 6252859.

HSL color Cylindrical-coordinate representation of color #3B695F: hue angle of 166.96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B695F is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB5910595-
CMYK0.4400.100.59
HSL166.96º28.05%32.16%-
HSV(B)166.96º43.81%41.18%-
XYZ8.9211.8612.65-
YUV90.11130.76105.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.78%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=22.78%
G=40.54%
B=36.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59105950.4400.100.59166.9628.0532.16
Hex3B695F2C0A3Ba71c20
Octal7315113754012732473440
Binary11101111010011011111101100010101110111010011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B695F; }

 p { color: rgb(59,105,95); }

 H1.HeaderClassName
 {
   color: #3B695F;
 }
 .AnyTagClassName
 {
   color: #3B695F;
 }
</style>
background-color css

<style>
 a { background-color: #3B695F; }

 a { background-color: rgb(59,105,95); }

 div.DivClassName
 {
   background-color: #3B695F;
 }
 .BgClassName
 {
   background-color: #3B695F;
 }
</style>
border-color css

<style>
 span { border-color: #3B695F; }

 span { border-color: rgb(59,105,95); }

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