Html Css Color HEX #D6661B Chocolate

📋 copy color: '#D6661B'

red 214 ◦ green 102 ◦ blue 27

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

Shades of Chocolate #D6661B

Tints of Chocolate #D6661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 62.39%
G = 29.74%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6661B (or 0xD6661B) is known color: Chocolate. HEX triplet: D6, 66 and 1B. RGB value is (214,102,27). Sum of RGB (Red+Green+Blue) = 214+102+27=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6661B is #2999E4. Grayscale: #7F7F7F. Windows color (decimal): -2726373 or 1795798. OLE color: 1795798.

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

Color convert

RGB 214 102 27 -
CMYK 0 0.52 0.87 0.16
HSL 24.06º 0.78% 0.47% -
HSV(B) 24.06º 0.87% 0.84% -
XYZ 32.68 23.88 3.92 -
YUV 126.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 214 102 27 0 0.52 0.87 0.16 24.06 0.78 0.47
Hex D6 66 1B 0 34 57 10 18 4E 2F
Octal 326 146 33 0 64 127 20 30 116 57
Binary 11010110 1100110 11011 0 110100 1010111 10000 11000 1001110 101111

Color Harmonies of #D6661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6661B

Black with #D6661B

Text Example


Text Example

White with #D6661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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