Html Css Color HEX #3C695E Stromboli

📋 copy color: '#3C695E'

red 60 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #3C695E

Tints of Stromboli #3C695E

RGB

 RED value IS 60 (23.83% from 255) = 23.17%

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 23.17%
G = 40.54%
B = 36.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#3C695E (or 0x3C695E) is known color: Stromboli. HEX triplet: 3C, 69 and 5E. RGB value is (60,105,94). Sum of RGB (Red+Green+Blue) = 60+105+94=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #3C695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C695E is #C396A1. Grayscale: #5A5A5A. Windows color (decimal): -12818082 or 6187324. OLE color: 6187324.

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

Color convert

RGB 60 105 94 -
CMYK 0.43 0 0.10 0.59
HSL 165.33º 0.27% 0.32% -
HSV(B) 165.33º 0.43% 0.41% -
XYZ 8.94 11.87 12.41 -
YUV 90.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 60 105 94 0.43 0 0.10 0.59 165.33 0.27 0.32
Hex 3C 69 5E 2B 0 A 3B A5 1B 20
Octal 74 151 136 53 0 12 73 245 33 40
Binary 111100 1101001 1011110 101011 0 1010 111011 10100101 11011 100000

Color Harmonies of #3C695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C695E

Black with #3C695E

Text Example


Text Example

White with #3C695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,105,94); }

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

background-color css

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

 a { background-color: rgb(60,105,94); }

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

border-color css

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

 span { border-color: rgb(60,105,94); }

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