#D68046

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

Shades of Raw Sienna #D68046

Tints of Raw Sienna #D68046

Color information

#D68046 (or 0xD68046) is unknown color: approx Raw Sienna. HEX triplet: D6, 80 and 46. RGB value is (214,128,70). Sum of RGB (Red+Green+Blue) = 214+128+70=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D68046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68046 is #297FB9. Grayscale: #939393. Windows color (decimal): -2719674 or 4620502. OLE color: 4620502.

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

Color convert

RGB21412870-
CMYK00.400.670.16
HSL24.17º63.72%55.69%-
HSV(B)24.17º67.29%83.92%-
XYZ36.5630.189.69-
YUV147.184.49175.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.94%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=51.94%
G=31.07%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141287000.400.670.1624.1763.7255.69
HexD680460284310184038
Octal326200106050103203010070
Binary110101101000000010001100101000100001110000110001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68046; }

 p { color: rgb(214,128,70); }

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

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

 a { background-color: rgb(214,128,70); }

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

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

 span { border-color: rgb(214,128,70); }

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