Html Css Color HEX #D6663E Sorbus

📋 copy color: '#D6663E'

red 214 ◦ green 102 ◦ blue 62

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

Shades of Sorbus #D6663E

Tints of Sorbus #D6663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 56.61%
G = 26.98%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6663E (or 0xD6663E) is known color: Sorbus. HEX triplet: D6, 66 and 3E. RGB value is (214,102,62). Sum of RGB (Red+Green+Blue) = 214+102+62=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6663E is #2999C1. Grayscale: #838383. Windows color (decimal): -2726338 or 4089558. OLE color: 4089558.

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

Color convert

RGB 214 102 62 -
CMYK 0 0.52 0.71 0.16
HSL 15.79º 0.65% 0.54% -
HSV(B) 15.79º 0.71% 0.84% -
XYZ 33.35 24.15 7.46 -
YUV 130.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 214 102 62 0 0.52 0.71 0.16 15.79 0.65 0.54
Hex D6 66 3E 0 34 47 10 10 41 36
Octal 326 146 76 0 64 107 20 20 101 66
Binary 11010110 1100110 111110 0 110100 1000111 10000 10000 1000001 110110

Color Harmonies of #D6663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6663E

Black with #D6663E

Text Example


Text Example

White with #D6663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6663E; }

 p { color: rgb(214,102,62); }

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

background-color css

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

 a { background-color: rgb(214,102,62); }

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

border-color css

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

 span { border-color: rgb(214,102,62); }

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