Html Css Color HEX #D6693D Sorbus

📋 copy color: '#D6693D'

red 214 ◦ green 105 ◦ blue 61

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

Shades of Sorbus #D6693D

Tints of Sorbus #D6693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 56.32%
G = 27.63%
B = 16.05%

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

#D6693D (or 0xD6693D) is known color: Sorbus. HEX triplet: D6, 69 and 3D. RGB value is (214,105,61). Sum of RGB (Red+Green+Blue) = 214+105+61=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6693D is #2996C2. Grayscale: #848484. Windows color (decimal): -2725571 or 4024790. OLE color: 4024790.

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

Color convert

RGB 214 105 61 -
CMYK 0 0.51 0.71 0.16
HSL 17.25º 0.65% 0.54% -
HSV(B) 17.25º 0.71% 0.84% -
XYZ 33.63 24.74 7.42 -
YUV 132.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 214 105 61 0 0.51 0.71 0.16 17.25 0.65 0.54
Hex D6 69 3D 0 33 47 10 11 41 36
Octal 326 151 75 0 63 107 20 21 101 66
Binary 11010110 1101001 111101 0 110011 1000111 10000 10001 1000001 110110

Color Harmonies of #D6693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6693D

Black with #D6693D

Text Example


Text Example

White with #D6693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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