Html Css Color HEX #D6643D Sorbus

📋 copy color: '#D6643D'

red 214 ◦ green 100 ◦ blue 61

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

Shades of Sorbus #D6643D

Tints of Sorbus #D6643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 57.07%
G = 26.67%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6643D (or 0xD6643D) is known color: Sorbus. HEX triplet: D6, 64 and 3D. RGB value is (214,100,61). Sum of RGB (Red+Green+Blue) = 214+100+61=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6643D is #299BC2. Grayscale: #818181. Windows color (decimal): -2726851 or 4023510. OLE color: 4023510.

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

Color convert

RGB 214 100 61 -
CMYK 0 0.53 0.71 0.16
HSL 15.29º 0.65% 0.54% -
HSV(B) 15.29º 0.71% 0.84% -
XYZ 33.13 23.75 7.25 -
YUV 129.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 214 100 61 0 0.53 0.71 0.16 15.29 0.65 0.54
Hex D6 64 3D 0 35 47 10 F 41 36
Octal 326 144 75 0 65 107 20 17 101 66
Binary 11010110 1100100 111101 0 110101 1000111 10000 1111 1000001 110110

Color Harmonies of #D6643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6643D

Black with #D6643D

Text Example


Text Example

White with #D6643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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