Html Css Color HEX #3D695B Stromboli

📋 copy color: '#3D695B'

red 61 ◦ green 105 ◦ blue 91

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

Shades of Stromboli #3D695B

Tints of Stromboli #3D695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 23.74%
G = 40.86%
B = 35.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#3D695B (or 0x3D695B) is known color: Stromboli. HEX triplet: 3D, 69 and 5B. RGB value is (61,105,91). Sum of RGB (Red+Green+Blue) = 61+105+91=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #3D695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D695B is #C296A4. Grayscale: #5A5A5A. Windows color (decimal): -12752549 or 5990717. OLE color: 5990717.

HSL color Cylindrical-coordinate representation of color #3D695B: hue angle of 160.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D695B is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 61 105 91 -
CMYK 0.42 0 0.13 0.59
HSL 160.91º 0.27% 0.33% -
HSV(B) 160.91º 0.42% 0.41% -
XYZ 8.86 11.85 11.72 -
YUV 90.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 61 105 91 0.42 0 0.13 0.59 160.91 0.27 0.33
Hex 3D 69 5B 2A 0 D 3B A1 1B 21
Octal 75 151 133 52 0 15 73 241 33 41
Binary 111101 1101001 1011011 101010 0 1101 111011 10100001 11011 100001

Color Harmonies of #3D695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D695B

Black with #3D695B

Text Example


Text Example

White with #3D695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,105,91); }

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

background-color css

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

 a { background-color: rgb(61,105,91); }

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

border-color css

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

 span { border-color: rgb(61,105,91); }

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