#D9693E

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

Shades of Sorbus #D9693E

Tints of Sorbus #D9693E

Color information

#D9693E (or 0xD9693E) is unknown color: approx Sorbus. HEX triplet: D9, 69 and 3E. RGB value is (217,105,62). Sum of RGB (Red+Green+Blue) = 217+105+62=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D9693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9693E is #2696C1. Grayscale: #858585. Windows color (decimal): -2528962 or 4090329. OLE color: 4090329.

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

Color convert

RGB21710562-
CMYK00.520.710.15
HSL16.65º67.1%54.71%-
HSV(B)16.65º71.43%85.1%-
XYZ34.5425.27.6-
YUV133.5987.61187.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 62 (24.61% from 255) = 16.15%
R=56.51%
G=27.34%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171056200.520.710.1516.6567.154.71
HexD9693E03447F114337
Octal33115176064107172110367
Binary110110011101001111110011010010001111111100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9693E; }

 p { color: rgb(217,105,62); }

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

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

 a { background-color: rgb(217,105,62); }

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

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

 span { border-color: rgb(217,105,62); }

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