#D6764D

Color #D6764D Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #D6764D

Tints of Raw Sienna #D6764D

Color information

#D6764D (or 0xD6764D) is unknown color: approx Raw Sienna. HEX triplet: D6, 76 and 4D. RGB value is (214,118,77). Sum of RGB (Red+Green+Blue) = 214+118+77=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6764D is #2989B2. Grayscale: #8E8E8E. Windows color (decimal): -2722227 or 5076694. OLE color: 5076694.

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

Color convert

RGB21411877-
CMYK00.450.640.16
HSL17.96º62.56%57.06%-
HSV(B)17.96º64.02%83.92%-
XYZ35.5527.7910.51-
YUV142.0391.3179.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=52.32%
G=28.85%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141187700.450.640.1617.9662.5657.06
HexD6764D02D4010123f39
Octal32616611505510020227771
Binary1101011011101101001101010110110000001000010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6764D; }

 p { color: rgb(214,118,77); }

 H1.HeaderClassName
 {
   color: #D6764D;
 }
 .AnyTagClassName
 {
   color: #D6764D;
 }
</style>
background-color css

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

 a { background-color: rgb(214,118,77); }

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

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

 span { border-color: rgb(214,118,77); }

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