Html Css Color HEX #D6683C Sorbus

📋 copy color: '#D6683C'

red 214 ◦ green 104 ◦ blue 60

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

Shades of Sorbus #D6683C

Tints of Sorbus #D6683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.51%

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 56.61%
G = 27.51%
B = 15.87%

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

#D6683C (or 0xD6683C) is known color: Sorbus. HEX triplet: D6, 68 and 3C. RGB value is (214,104,60). Sum of RGB (Red+Green+Blue) = 214+104+60=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6683C is #2997C3. Grayscale: #848484. Windows color (decimal): -2725828 or 3958998. OLE color: 3958998.

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

Color convert

RGB 214 104 60 -
CMYK 0 0.51 0.72 0.16
HSL 17.14º 0.65% 0.54% -
HSV(B) 17.14º 0.72% 0.84% -
XYZ 33.5 24.52 7.24 -
YUV 131.87 87.44 186.58 -
System Red Green Blue C M Y K H S L
Decimal 214 104 60 0 0.51 0.72 0.16 17.14 0.65 0.54
Hex D6 68 3C 0 33 48 10 11 41 36
Octal 326 150 74 0 63 110 20 21 101 66
Binary 11010110 1101000 111100 0 110011 1001000 10000 10001 1000001 110110

Color Harmonies of #D6683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6683C

Black with #D6683C

Text Example


Text Example

White with #D6683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6683C; }

 p { color: rgb(214,104,60); }

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

background-color css

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

 a { background-color: rgb(214,104,60); }

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

border-color css

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

 span { border-color: rgb(214,104,60); }

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