Html Css Color HEX #D6713C Sorbus

📋 copy color: '#D6713C'

red 214 ◦ green 113 ◦ blue 60

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

Shades of Sorbus #D6713C

Tints of Sorbus #D6713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 55.3%
G = 29.2%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6713C (or 0xD6713C) is known color: Sorbus. HEX triplet: D6, 71 and 3C. RGB value is (214,113,60). Sum of RGB (Red+Green+Blue) = 214+113+60=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6713C is #298EC3. Grayscale: #898989. Windows color (decimal): -2723524 or 3961302. OLE color: 3961302.

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

Color convert

RGB 214 113 60 -
CMYK 0 0.47 0.72 0.16
HSL 20.65º 0.65% 0.54% -
HSV(B) 20.65º 0.72% 0.84% -
XYZ 34.45 26.43 7.56 -
YUV 137.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 214 113 60 0 0.47 0.72 0.16 20.65 0.65 0.54
Hex D6 71 3C 0 2F 48 10 15 41 36
Octal 326 161 74 0 57 110 20 25 101 66
Binary 11010110 1110001 111100 0 101111 1001000 10000 10101 1000001 110110

Color Harmonies of #D6713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6713C

Black with #D6713C

Text Example


Text Example

White with #D6713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6713C; }

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

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

background-color css

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

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

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

border-color css

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

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

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