#D9693F

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

Shades of Sorbus #D9693F

Tints of Sorbus #D9693F

Color information

#D9693F (or 0xD9693F) is unknown color: approx Sorbus. HEX triplet: D9, 69 and 3F. RGB value is (217,105,63). Sum of RGB (Red+Green+Blue) = 217+105+63=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9693F is #2696C0. Grayscale: #858585. Windows color (decimal): -2528961 or 4155865. OLE color: 4155865.

HSL color Cylindrical-coordinate representation of color #D9693F: hue angle of 16.36º 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 #D9693F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21710563-
CMYK00.520.710.15
HSL16.36º66.96%54.9%-
HSV(B)16.36º70.97%85.1%-
XYZ34.5625.217.75-
YUV133.788.11187.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 63 (25% from 255) = 16.36%
R=56.36%
G=27.27%
B=16.36%

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
Decimal2171056300.520.710.1516.3666.9654.9
HexD9693F03447F104337
Octal33115177064107172010367
Binary110110011101001111111011010010001111111100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9693F; }

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

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

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

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

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

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

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

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