Html Css Color HEX #406761 Stromboli

📋 copy color: '#406761'

red 64 ◦ green 103 ◦ blue 97

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

Shades of Stromboli #406761

Tints of Stromboli #406761

RGB

 RED value IS 64 (25.39% from 255) = 24.24%

 GREEN value IS 103 (40.63% from 255) = 39.02%

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 24.24%
G = 39.02%
B = 36.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#406761 (or 0x406761) is known color: Stromboli. HEX triplet: 40, 67 and 61. RGB value is (64,103,97). Sum of RGB (Red+Green+Blue) = 64+103+97=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #406761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406761 is #BF989E. Grayscale: #5A5A5A. Windows color (decimal): -12556447 or 6383424. OLE color: 6383424.

HSL color Cylindrical-coordinate representation of color #406761: hue angle of 170.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406761 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 97 -
CMYK 0.38 0 0.06 0.60
HSL 170.77º 0.23% 0.33% -
HSV(B) 170.77º 0.38% 0.4% -
XYZ 9.12 11.65 13.08 -
YUV 90.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 64 103 97 0.38 0 0.06 0.60 170.77 0.23 0.33
Hex 40 67 61 26 0 6 3C AB 17 21
Octal 100 147 141 46 0 6 74 253 27 41
Binary 1000000 1100111 1100001 100110 0 110 111100 10101011 10111 100001

Color Harmonies of #406761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406761

Black with #406761

Text Example


Text Example

White with #406761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406761; }

 p { color: rgb(64,103,97); }

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

background-color css

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

 a { background-color: rgb(64,103,97); }

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

border-color css

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

 span { border-color: rgb(64,103,97); }

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