Html Css Color HEX #406B49 Killarney

📋 copy color: '#406B49'

red 64 ◦ green 107 ◦ blue 73

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

Shades of Killarney #406B49

Tints of Killarney #406B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 26.23%
G = 43.85%
B = 29.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#406B49 (or 0x406B49) is known color: Killarney. HEX triplet: 40, 6B and 49. RGB value is (64,107,73). Sum of RGB (Red+Green+Blue) = 64+107+73=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #406B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B49 is #BF94B6. Grayscale: #5A5A5A. Windows color (decimal): -12555447 or 4811584. OLE color: 4811584.

HSL color Cylindrical-coordinate representation of color #406B49: hue angle of 132.56º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B49 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 107 73 -
CMYK 0.40 0 0.32 0.58
HSL 132.56º 0.25% 0.34% -
HSV(B) 132.56º 0.4% 0.42% -
XYZ 8.57 12.09 8.18 -
YUV 90.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 64 107 73 0.40 0 0.32 0.58 132.56 0.25 0.34
Hex 40 6B 49 28 0 20 3A 85 19 22
Octal 100 153 111 50 0 40 72 205 31 42
Binary 1000000 1101011 1001001 101000 0 100000 111010 10000101 11001 100010

Color Harmonies of #406B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B49

Black with #406B49

Text Example


Text Example

White with #406B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B49; }

 p { color: rgb(64,107,73); }

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

background-color css

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

 a { background-color: rgb(64,107,73); }

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

border-color css

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

 span { border-color: rgb(64,107,73); }

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