Html Css Color HEX #D6A673 Putty

📋 copy color: '#D6A673'

red 214 ◦ green 166 ◦ blue 115

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

Shades of Putty #D6A673

Tints of Putty #D6A673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.54%

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 43.23%
G = 33.54%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6A673 (or 0xD6A673) is known color: Putty. HEX triplet: D6, A6 and 73. RGB value is (214,166,115). Sum of RGB (Red+Green+Blue) = 214+166+115=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A673 is #29598C. Grayscale: #AEAEAE. Windows color (decimal): -2709901 or 7579350. OLE color: 7579350.

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

Color convert

RGB 214 166 115 -
CMYK 0 0.22 0.46 0.16
HSL 30.91º 0.55% 0.65% -
HSV(B) 30.91º 0.46% 0.84% -
XYZ 44.46 42.81 22.14 -
YUV 174.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 214 166 115 0 0.22 0.46 0.16 30.91 0.55 0.65
Hex D6 A6 73 0 16 2E 10 1F 37 41
Octal 326 246 163 0 26 56 20 37 67 101
Binary 11010110 10100110 1110011 0 10110 101110 10000 11111 110111 1000001

Color Harmonies of #D6A673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A673

Black with #D6A673

Text Example


Text Example

White with #D6A673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A673; }

 p { color: rgb(214,166,115); }

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

background-color css

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

 a { background-color: rgb(214,166,115); }

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

border-color css

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

 span { border-color: rgb(214,166,115); }

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