#D6A79B

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

Shades of Eunry #D6A79B

Tints of Eunry #D6A79B

Color information

#D6A79B (or 0xD6A79B) is unknown color: approx Eunry. HEX triplet: D6, A7 and 9B. RGB value is (214,167,155). Sum of RGB (Red+Green+Blue) = 214+167+155=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A79B is #295864. Grayscale: #B3B3B3. Windows color (decimal): -2709605 or 10201046. OLE color: 10201046.

HSL color Cylindrical-coordinate representation of color #D6A79B: hue angle of 12.2º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A79B is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214167155-
CMYK00.220.280.16
HSL12.2º41.84%72.35%-
HSV(B)12.2º27.57%83.92%-
XYZ47.4744.337.06-
YUV179.68114.07152.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=39.93%
G=31.16%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416715500.220.280.1612.241.8472.35
HexD6A79B0161C10c2a48
Octal32624723302634201452110
Binary110101101010011110011011010110111001000011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A79B; }

 p { color: rgb(214,167,155); }

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

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

 a { background-color: rgb(214,167,155); }

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

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

 span { border-color: rgb(214,167,155); }

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