#D68245

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

Shades of Raw Sienna #D68245

Tints of Raw Sienna #D68245

Color information

#D68245 (or 0xD68245) is unknown color: approx Raw Sienna. HEX triplet: D6, 82 and 45. RGB value is (214,130,69). Sum of RGB (Red+Green+Blue) = 214+130+69=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D68245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68245 is #297DBA. Grayscale: #949494. Windows color (decimal): -2719163 or 4555478. OLE color: 4555478.

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

Color convert

RGB21413069-
CMYK00.390.680.16
HSL25.24º63.88%55.49%-
HSV(B)25.24º67.76%83.92%-
XYZ36.7930.699.62-
YUV148.1683.33174.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=51.82%
G=31.48%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141306900.390.680.1625.2463.8855.49
HexD682450274410194037
Octal326202105047104203110067
Binary110101101000001010001010100111100010010000110011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68245; }

 p { color: rgb(214,130,69); }

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

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

 a { background-color: rgb(214,130,69); }

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

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

 span { border-color: rgb(214,130,69); }

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