Html Css Color HEX #D6683A Sorbus

📋 copy color: '#D6683A'

red 214 ◦ green 104 ◦ blue 58

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

Shades of Sorbus #D6683A

Tints of Sorbus #D6683A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 56.91%
G = 27.66%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6683A (or 0xD6683A) is known color: Sorbus. HEX triplet: D6, 68 and 3A. RGB value is (214,104,58). Sum of RGB (Red+Green+Blue) = 214+104+58=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6683A is #2997C5. Grayscale: #838383. Windows color (decimal): -2725830 or 3827926. OLE color: 3827926.

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

Color convert

RGB 214 104 58 -
CMYK 0 0.51 0.73 0.16
HSL 17.69º 0.66% 0.53% -
HSV(B) 17.69º 0.73% 0.84% -
XYZ 33.45 24.5 6.97 -
YUV 131.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 214 104 58 0 0.51 0.73 0.16 17.69 0.66 0.53
Hex D6 68 3A 0 33 49 10 12 42 35
Octal 326 150 72 0 63 111 20 22 102 65
Binary 11010110 1101000 111010 0 110011 1001001 10000 10010 1000010 110101

Color Harmonies of #D6683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6683A

Black with #D6683A

Text Example


Text Example

White with #D6683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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