Html Css Color HEX #D6B673 Putty

📋 copy color: '#D6B673'

red 214 ◦ green 182 ◦ blue 115

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

Shades of Putty #D6B673

Tints of Putty #D6B673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 41.88%
G = 35.62%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6B673 (or 0xD6B673) is known color: Putty. HEX triplet: D6, B6 and 73. RGB value is (214,182,115). Sum of RGB (Red+Green+Blue) = 214+182+115=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B673 is #29498C. Grayscale: #B8B8B8. Windows color (decimal): -2705805 or 7583446. OLE color: 7583446.

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

Color convert

RGB 214 182 115 -
CMYK 0 0.15 0.46 0.16
HSL 40.61º 0.55% 0.65% -
HSV(B) 40.61º 0.46% 0.84% -
XYZ 47.55 48.99 23.17 -
YUV 183.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 214 182 115 0 0.15 0.46 0.16 40.61 0.55 0.65
Hex D6 B6 73 0 F 2E 10 29 37 41
Octal 326 266 163 0 17 56 20 51 67 101
Binary 11010110 10110110 1110011 0 1111 101110 10000 101001 110111 1000001

Color Harmonies of #D6B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B673

Black with #D6B673

Text Example


Text Example

White with #D6B673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B673; }

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

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

background-color css

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

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

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

border-color css

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

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

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