Html Css Color HEX #D6A46E Putty

📋 copy color: '#D6A46E'

red 214 ◦ green 164 ◦ blue 110

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

Shades of Putty #D6A46E

Tints of Putty #D6A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.61%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 43.85%
G = 33.61%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6A46E (or 0xD6A46E) is known color: Putty. HEX triplet: D6, A4 and 6E. RGB value is (214,164,110). Sum of RGB (Red+Green+Blue) = 214+164+110=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A46E is #295B91. Grayscale: #ADADAD. Windows color (decimal): -2710418 or 7251158. OLE color: 7251158.

HSL color Cylindrical-coordinate representation of color #D6A46E: hue angle of 31.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6A46E is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 110 -
CMYK 0 0.23 0.49 0.16
HSL 31.15º 0.56% 0.64% -
HSV(B) 31.15º 0.49% 0.84% -
XYZ 43.82 41.97 20.54 -
YUV 172.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 214 164 110 0 0.23 0.49 0.16 31.15 0.56 0.64
Hex D6 A4 6E 0 17 31 10 1F 38 40
Octal 326 244 156 0 27 61 20 37 70 100
Binary 11010110 10100100 1101110 0 10111 110001 10000 11111 111000 1000000

Color Harmonies of #D6A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A46E

Black with #D6A46E

Text Example


Text Example

White with #D6A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A46E; }

 p { color: rgb(214,164,110); }

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

background-color css

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

 a { background-color: rgb(214,164,110); }

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

border-color css

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

 span { border-color: rgb(214,164,110); }

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