#D7693A

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

Shades of Sorbus #D7693A

Tints of Sorbus #D7693A

Color information

#D7693A (or 0xD7693A) is unknown color: approx Sorbus. HEX triplet: D7, 69 and 3A. RGB value is (215,105,58). Sum of RGB (Red+Green+Blue) = 215+105+58=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7693A is #2896C5. Grayscale: #848484. Windows color (decimal): -2660038 or 3828183. OLE color: 3828183.

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

Color convert

RGB21510558-
CMYK00.510.730.16
HSL17.96º66.24%53.53%-
HSV(B)17.96º73.02%84.31%-
XYZ33.8424.867.02-
YUV132.5385.94186.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.88%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=56.88%
G=27.78%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151055800.510.730.1617.9666.2453.53
HexD7693A0334910124236
Octal32715172063111202210266
Binary1101011111010011110100110011100100110000100101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7693A; }

 p { color: rgb(215,105,58); }

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

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

 a { background-color: rgb(215,105,58); }

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

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

 span { border-color: rgb(215,105,58); }

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