#D6B661

Color #D6B661 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #D6B661

Tints of Tacha #D6B661

Color information

#D6B661 (or 0xD6B661) is unknown color: approx Tacha. HEX triplet: D6, B6 and 61. RGB value is (214,182,97). Sum of RGB (Red+Green+Blue) = 214+182+97=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B661 is #29499E. Grayscale: #B6B6B6. Windows color (decimal): -2705823 or 6403798. OLE color: 6403798.

HSL color Cylindrical-coordinate representation of color #D6B661: hue angle of 43.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6B661 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21418297-
CMYK00.150.550.16
HSL43.59º58.79%60.98%-
HSV(B)43.59º54.67%83.92%-
XYZ46.6248.6218.24-
YUV181.8880.1150.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=43.41%
G=36.92%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141829700.150.550.1643.5958.7960.98
HexD6B6610F37102c3b3d
Octal3262661410176720547375
Binary110101101011011011000010111111011110000101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B661; }

 p { color: rgb(214,182,97); }

 H1.HeaderClassName
 {
   color: #D6B661;
 }
 .AnyTagClassName
 {
   color: #D6B661;
 }
</style>
background-color css

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

 a { background-color: rgb(214,182,97); }

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

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

 span { border-color: rgb(214,182,97); }

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