#D6653D

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

Shades of Sorbus #D6653D

Tints of Sorbus #D6653D

Color information

#D6653D (or 0xD6653D) is unknown color: approx Sorbus. HEX triplet: D6, 65 and 3D. RGB value is (214,101,61). Sum of RGB (Red+Green+Blue) = 214+101+61=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6653D is #299AC2. Grayscale: #828282. Windows color (decimal): -2726595 or 4023766. OLE color: 4023766.

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

Color convert

RGB21410161-
CMYK00.530.710.16
HSL15.69º65.11%53.92%-
HSV(B)15.69º71.5%83.92%-
XYZ33.2323.947.28-
YUV130.2388.94187.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 61 (24.22% from 255) = 16.22%
R=56.91%
G=26.86%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141016100.530.710.1615.6965.1153.92
HexD6653D0354710104136
Octal32614575065107202010166
Binary1101011011001011111010110101100011110000100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6653D; }

 p { color: rgb(214,101,61); }

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

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

 a { background-color: rgb(214,101,61); }

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

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

 span { border-color: rgb(214,101,61); }

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