#D6764A

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

Shades of Raw Sienna #D6764A

Tints of Raw Sienna #D6764A

Color information

#D6764A (or 0xD6764A) is unknown color: approx Raw Sienna. HEX triplet: D6, 76 and 4A. RGB value is (214,118,74). Sum of RGB (Red+Green+Blue) = 214+118+74=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6764A is #2989B5. Grayscale: #8D8D8D. Windows color (decimal): -2722230 or 4880086. OLE color: 4880086.

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

Color convert

RGB21411874-
CMYK00.450.650.16
HSL18.86º63.06%56.47%-
HSV(B)18.86º65.42%83.92%-
XYZ35.4527.759.97-
YUV141.6989.8179.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=52.71%
G=29.06%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141187400.450.650.1618.8663.0656.47
HexD6764A02D4110133f38
Octal32616611205510120237770
Binary1101011011101101001010010110110000011000010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6764A; }

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

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

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

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

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

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

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

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