#D6653B

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

Shades of Sorbus #D6653B

Tints of Sorbus #D6653B

Color information

#D6653B (or 0xD6653B) is unknown color: approx Sorbus. HEX triplet: D6, 65 and 3B. RGB value is (214,101,59). Sum of RGB (Red+Green+Blue) = 214+101+59=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6653B is #299AC4. Grayscale: #828282. Windows color (decimal): -2726597 or 3892694. OLE color: 3892694.

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

Color convert

RGB21410159-
CMYK00.530.720.16
HSL16.26º65.4%53.53%-
HSV(B)16.26º72.43%83.92%-
XYZ33.1723.927.01-
YUV13087.94187.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=57.22%
G=27.01%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141015900.530.720.1616.2665.453.53
HexD6653B0354810104136
Octal32614573065110202010166
Binary1101011011001011110110110101100100010000100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6653B; }

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

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

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

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

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

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

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

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