Html Css Color HEX #D6A675 Tumbleweed

📋 copy color: '#D6A675'

red 214 ◦ green 166 ◦ blue 117

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

Shades of Tumbleweed #D6A675

Tints of Tumbleweed #D6A675

RGB

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

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

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

R = 43.06%
G = 33.4%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6A675 (or 0xD6A675) is known color: Tumbleweed. HEX triplet: D6, A6 and 75. RGB value is (214,166,117). Sum of RGB (Red+Green+Blue) = 214+166+117=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A675 is #29598A. Grayscale: #AFAFAF. Windows color (decimal): -2709899 or 7710422. OLE color: 7710422.

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

Color convert

RGB 214 166 117 -
CMYK 0 0.22 0.45 0.16
HSL 30.31º 0.54% 0.65% -
HSV(B) 30.31º 0.45% 0.84% -
XYZ 44.58 42.85 22.75 -
YUV 174.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 214 166 117 0 0.22 0.45 0.16 30.31 0.54 0.65
Hex D6 A6 75 0 16 2D 10 1E 36 41
Octal 326 246 165 0 26 55 20 36 66 101
Binary 11010110 10100110 1110101 0 10110 101101 10000 11110 110110 1000001

Color Harmonies of #D6A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A675

Black with #D6A675

Text Example


Text Example

White with #D6A675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A675; }

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

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

background-color css

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

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

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

border-color css

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

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

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