Html Css Color HEX #D6661A Chocolate

📋 copy color: '#D6661A'

red 214 ◦ green 102 ◦ blue 26

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

Shades of Chocolate #D6661A

Tints of Chocolate #D6661A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 62.57%
G = 29.82%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6661A (or 0xD6661A) is known color: Chocolate. HEX triplet: D6, 66 and 1A. RGB value is (214,102,26). Sum of RGB (Red+Green+Blue) = 214+102+26=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6661A is #2999E5. Grayscale: #7F7F7F. Windows color (decimal): -2726374 or 1730262. OLE color: 1730262.

HSL color Cylindrical-coordinate representation of color #D6661A: hue angle of 24.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6661A is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 26 -
CMYK 0 0.52 0.88 0.16
HSL 24.26º 0.78% 0.47% -
HSV(B) 24.26º 0.88% 0.84% -
XYZ 32.67 23.87 3.86 -
YUV 126.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 214 102 26 0 0.52 0.88 0.16 24.26 0.78 0.47
Hex D6 66 1A 0 34 58 10 18 4E 2F
Octal 326 146 32 0 64 130 20 30 116 57
Binary 11010110 1100110 11010 0 110100 1011000 10000 11000 1001110 101111

Color Harmonies of #D6661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6661A

Black with #D6661A

Text Example


Text Example

White with #D6661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6661A; }

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

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

background-color css

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

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

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

border-color css

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

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

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