Html Css Color HEX #D6693B Sorbus

📋 copy color: '#D6693B'

red 214 ◦ green 105 ◦ blue 59

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

Shades of Sorbus #D6693B

Tints of Sorbus #D6693B

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

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

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

R = 56.61%
G = 27.78%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6693B (or 0xD6693B) is known color: Sorbus. HEX triplet: D6, 69 and 3B. RGB value is (214,105,59). Sum of RGB (Red+Green+Blue) = 214+105+59=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6693B is #2996C4. Grayscale: #848484. Windows color (decimal): -2725573 or 3893718. OLE color: 3893718.

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

Color convert

RGB 214 105 59 -
CMYK 0 0.51 0.72 0.16
HSL 17.81º 0.65% 0.54% -
HSV(B) 17.81º 0.72% 0.84% -
XYZ 33.57 24.72 7.14 -
YUV 132.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 214 105 59 0 0.51 0.72 0.16 17.81 0.65 0.54
Hex D6 69 3B 0 33 48 10 12 41 36
Octal 326 151 73 0 63 110 20 22 101 66
Binary 11010110 1101001 111011 0 110011 1001000 10000 10010 1000001 110110

Color Harmonies of #D6693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6693B

Black with #D6693B

Text Example


Text Example

White with #D6693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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