Html Css Color HEX #D6A96A Putty

📋 copy color: '#D6A96A'

red 214 ◦ green 169 ◦ blue 106

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

Shades of Putty #D6A96A

Tints of Putty #D6A96A

RGB

 RED value IS 214 (83.98% from 255) = 43.76%

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 43.76%
G = 34.56%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A96A (or 0xD6A96A) is known color: Putty. HEX triplet: D6, A9 and 6A. RGB value is (214,169,106). Sum of RGB (Red+Green+Blue) = 214+169+106=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A96A is #295695. Grayscale: #AFAFAF. Windows color (decimal): -2709142 or 6990294. OLE color: 6990294.

HSL color Cylindrical-coordinate representation of color #D6A96A: hue angle of 35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A96A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 106 -
CMYK 0 0.21 0.50 0.16
HSL 35º 0.57% 0.63% -
HSV(B) 35º 0.5% 0.84% -
XYZ 44.52 43.71 19.73 -
YUV 175.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 214 169 106 0 0.21 0.50 0.16 35 0.57 0.63
Hex D6 A9 6A 0 15 32 10 23 39 3F
Octal 326 251 152 0 25 62 20 43 71 77
Binary 11010110 10101001 1101010 0 10101 110010 10000 100011 111001 111111

Color Harmonies of #D6A96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A96A

Black with #D6A96A

Text Example


Text Example

White with #D6A96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A96A; }

 p { color: rgb(214,169,106); }

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

background-color css

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

 a { background-color: rgb(214,169,106); }

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

border-color css

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

 span { border-color: rgb(214,169,106); }

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