Html Css Color HEX #D6AB6A Putty

📋 copy color: '#D6AB6A'

red 214 ◦ green 171 ◦ blue 106

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

Shades of Putty #D6AB6A

Tints of Putty #D6AB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 43.58%
G = 34.83%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6AB6A (or 0xD6AB6A) is known color: Putty. HEX triplet: D6, AB and 6A. RGB value is (214,171,106). Sum of RGB (Red+Green+Blue) = 214+171+106=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB6A is #295495. Grayscale: #B0B0B0. Windows color (decimal): -2708630 or 6990806. OLE color: 6990806.

HSL color Cylindrical-coordinate representation of color #D6AB6A: hue angle of 36.11º 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 #D6AB6A is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 106 -
CMYK 0 0.20 0.50 0.16
HSL 36.11º 0.57% 0.63% -
HSV(B) 36.11º 0.5% 0.84% -
XYZ 44.9 44.46 19.85 -
YUV 176.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 214 171 106 0 0.20 0.50 0.16 36.11 0.57 0.63
Hex D6 AB 6A 0 14 32 10 24 39 3F
Octal 326 253 152 0 24 62 20 44 71 77
Binary 11010110 10101011 1101010 0 10100 110010 10000 100100 111001 111111

Color Harmonies of #D6AB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB6A

Black with #D6AB6A

Text Example


Text Example

White with #D6AB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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