Html Css Color HEX #3D685F Stromboli

📋 copy color: '#3D685F'

red 61 ◦ green 104 ◦ blue 95

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

Shades of Stromboli #3D685F

Tints of Stromboli #3D685F

RGB

 RED value IS 61 (24.22% from 255) = 23.46%

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 23.46%
G = 40%
B = 36.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#3D685F (or 0x3D685F) is known color: Stromboli. HEX triplet: 3D, 68 and 5F. RGB value is (61,104,95). Sum of RGB (Red+Green+Blue) = 61+104+95=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #3D685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D685F is #C297A0. Grayscale: #5A5A5A. Windows color (decimal): -12752801 or 6252605. OLE color: 6252605.

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

Color convert

RGB 61 104 95 -
CMYK 0.41 0 0.09 0.59
HSL 167.44º 0.26% 0.32% -
HSV(B) 167.44º 0.41% 0.41% -
XYZ 8.94 11.72 12.62 -
YUV 90.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 61 104 95 0.41 0 0.09 0.59 167.44 0.26 0.32
Hex 3D 68 5F 29 0 9 3B A7 1A 20
Octal 75 150 137 51 0 11 73 247 32 40
Binary 111101 1101000 1011111 101001 0 1001 111011 10100111 11010 100000

Color Harmonies of #3D685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D685F

Black with #3D685F

Text Example


Text Example

White with #3D685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,104,95); }

 H1.HeaderClassName
 {
   color: #3D685F;
 }
 .AnyTagClassName
 {
   color: #3D685F;
 }
</style>

background-color css

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

 a { background-color: rgb(61,104,95); }

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

border-color css

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

 span { border-color: rgb(61,104,95); }

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