Html Css Color HEX #D7693B Sorbus

📋 copy color: '#D7693B'

red 215 ◦ green 105 ◦ blue 59

#D7693B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #D7693B

Tints of Sorbus #D7693B

RGB

 RED value IS 215 (84.38% from 255) = 56.73%

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 59 (23.44% from 255) = 15.57%

R = 56.73%
G = 27.7%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7693B (or 0xD7693B) is known color: Sorbus. HEX triplet: D7, 69 and 3B. RGB value is (215,105,59). Sum of RGB (Red+Green+Blue) = 215+105+59=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7693B is #2896C4. Grayscale: #848484. Windows color (decimal): -2660037 or 3893719. OLE color: 3893719.

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

Color convert

RGB 215 105 59 -
CMYK 0 0.51 0.73 0.16
HSL 17.69º 0.66% 0.54% -
HSV(B) 17.69º 0.73% 0.84% -
XYZ 33.87 24.87 7.15 -
YUV 132.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 215 105 59 0 0.51 0.73 0.16 17.69 0.66 0.54
Hex D7 69 3B 0 33 49 10 12 42 36
Octal 327 151 73 0 63 111 20 22 102 66
Binary 11010111 1101001 111011 0 110011 1001001 10000 10010 1000010 110110

Color Harmonies of #D7693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7693B

Black with #D7693B

Text Example


Text Example

White with #D7693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7693B; }

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

 H1.HeaderClassName
 {
   color: #D7693B;
 }
 .AnyTagClassName
 {
   color: #D7693B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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