Html Css Color HEX #D6B175 Putty

📋 copy color: '#D6B175'

red 214 ◦ green 177 ◦ blue 117

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

Shades of Putty #D6B175

Tints of Putty #D6B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 117 (46.09% from 255) = 23.03%

R = 42.13%
G = 34.84%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B175 (or 0xD6B175) is known color: Putty. HEX triplet: D6, B1 and 75. RGB value is (214,177,117). Sum of RGB (Red+Green+Blue) = 214+177+117=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B175 is #294E8A. Grayscale: #B5B5B5. Windows color (decimal): -2707083 or 7713238. OLE color: 7713238.

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

Color convert

RGB 214 177 117 -
CMYK 0 0.17 0.45 0.16
HSL 37.11º 0.54% 0.65% -
HSV(B) 37.11º 0.45% 0.84% -
XYZ 46.66 47.02 23.45 -
YUV 181.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 214 177 117 0 0.17 0.45 0.16 37.11 0.54 0.65
Hex D6 B1 75 0 11 2D 10 25 36 41
Octal 326 261 165 0 21 55 20 45 66 101
Binary 11010110 10110001 1110101 0 10001 101101 10000 100101 110110 1000001

Color Harmonies of #D6B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B175

Black with #D6B175

Text Example


Text Example

White with #D6B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B175; }

 p { color: rgb(214,177,117); }

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

background-color css

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

 a { background-color: rgb(214,177,117); }

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

border-color css

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

 span { border-color: rgb(214,177,117); }

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