Html Css Color HEX #D7693F Sorbus

📋 copy color: '#D7693F'

red 215 ◦ green 105 ◦ blue 63

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

Shades of Sorbus #D7693F

Tints of Sorbus #D7693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.45%

R = 56.14%
G = 27.42%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7693F (or 0xD7693F) is known color: Sorbus. HEX triplet: D7, 69 and 3F. RGB value is (215,105,63). Sum of RGB (Red+Green+Blue) = 215+105+63=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D7693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7693F is #2896C0. Grayscale: #858585. Windows color (decimal): -2660033 or 4155863. OLE color: 4155863.

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

Color convert

RGB 215 105 63 -
CMYK 0 0.51 0.71 0.16
HSL 16.58º 0.66% 0.55% -
HSV(B) 16.58º 0.71% 0.84% -
XYZ 33.97 24.91 7.72 -
YUV 133.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 215 105 63 0 0.51 0.71 0.16 16.58 0.66 0.55
Hex D7 69 3F 0 33 47 10 11 42 37
Octal 327 151 77 0 63 107 20 21 102 67
Binary 11010111 1101001 111111 0 110011 1000111 10000 10001 1000010 110111

Color Harmonies of #D7693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7693F

Black with #D7693F

Text Example


Text Example

White with #D7693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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