#D6663F

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

Shades of Sorbus #D6663F

Tints of Sorbus #D6663F

Color information

#D6663F (or 0xD6663F) is unknown color: approx Sorbus. HEX triplet: D6, 66 and 3F. RGB value is (214,102,63). Sum of RGB (Red+Green+Blue) = 214+102+63=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6663F is #2999C0. Grayscale: #838383. Windows color (decimal): -2726337 or 4155094. OLE color: 4155094.

HSL color Cylindrical-coordinate representation of color #D6663F: hue angle of 15.5º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6663F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21410263-
CMYK00.520.710.16
HSL15.5º64.81%54.31%-
HSV(B)15.5º70.56%83.92%-
XYZ33.3824.167.61-
YUV131.0489.61187.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 63 (25% from 255) = 16.62%
R=56.46%
G=26.91%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141026300.520.710.1615.564.8154.31
HexD6663F0344710f4136
Octal32614677064107201710166
Binary110101101100110111111011010010001111000011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6663F; }

 p { color: rgb(214,102,63); }

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

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

 a { background-color: rgb(214,102,63); }

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

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

 span { border-color: rgb(214,102,63); }

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