Html Css Color HEX #46695F Stromboli

📋 copy color: '#46695F'

red 70 ◦ green 105 ◦ blue 95

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

Shades of Stromboli #46695F

Tints of Stromboli #46695F

RGB

 RED value IS 70 (27.73% from 255) = 25.93%

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

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

R = 25.93%
G = 38.89%
B = 35.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#46695F (or 0x46695F) is known color: Stromboli. HEX triplet: 46, 69 and 5F. RGB value is (70,105,95). Sum of RGB (Red+Green+Blue) = 70+105+95=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #46695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46695F is #B996A0. Grayscale: #5D5D5D. Windows color (decimal): -12162721 or 6252870. OLE color: 6252870.

HSL color Cylindrical-coordinate representation of color #46695F: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46695F is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 95 -
CMYK 0.33 0 0.10 0.59
HSL 162.86º 0.2% 0.34% -
HSV(B) 162.86º 0.33% 0.41% -
XYZ 9.64 12.23 12.68 -
YUV 93.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 70 105 95 0.33 0 0.10 0.59 162.86 0.2 0.34
Hex 46 69 5F 21 0 A 3B A3 14 22
Octal 106 151 137 41 0 12 73 243 24 42
Binary 1000110 1101001 1011111 100001 0 1010 111011 10100011 10100 100010

Color Harmonies of #46695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46695F

Black with #46695F

Text Example


Text Example

White with #46695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46695F; }

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

 H1.HeaderClassName
 {
   color: #46695F;
 }
 .AnyTagClassName
 {
   color: #46695F;
 }
</style>

background-color css

<style>
 a { background-color: #46695F; }

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

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

border-color css

<style>
 span { border-color: #46695F; }

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

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