#D96641

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

Shades of Sorbus #D96641

Tints of Sorbus #D96641

Color information

#D96641 (or 0xD96641) is unknown color: approx Sorbus. HEX triplet: D9, 66 and 41. RGB value is (217,102,65). Sum of RGB (Red+Green+Blue) = 217+102+65=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96641 is #2699BE. Grayscale: #848484. Windows color (decimal): -2529727 or 4286169. OLE color: 4286169.

HSL color Cylindrical-coordinate representation of color #D96641: hue angle of 14.61º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D96641 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21710265-
CMYK00.530.700.15
HSL14.61º66.67%55.29%-
HSV(B)14.61º70.05%85.1%-
XYZ34.3224.647.95-
YUV132.1790.1188.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=56.51%
G=26.56%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171026500.530.700.1514.6166.6755.29
HexD9664103546Ff4337
Octal331146101065106171710367
Binary110110011100110100000101101011000110111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96641; }

 p { color: rgb(217,102,65); }

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

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

 a { background-color: rgb(217,102,65); }

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

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

 span { border-color: rgb(217,102,65); }

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