Html Css Color HEX #D6691B Chocolate

📋 copy color: '#D6691B'

red 214 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #D6691B

Tints of Chocolate #D6691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 61.85%
G = 30.35%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6691B (or 0xD6691B) is known color: Chocolate. HEX triplet: D6, 69 and 1B. RGB value is (214,105,27). Sum of RGB (Red+Green+Blue) = 214+105+27=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6691B is #2996E4. Grayscale: #818181. Windows color (decimal): -2725605 or 1796566. OLE color: 1796566.

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

Color convert

RGB 214 105 27 -
CMYK 0 0.51 0.87 0.16
HSL 25.03º 0.78% 0.47% -
HSV(B) 25.03º 0.87% 0.84% -
XYZ 32.98 24.48 4.02 -
YUV 128.7 70.61 188.84 -
System Red Green Blue C M Y K H S L
Decimal 214 105 27 0 0.51 0.87 0.16 25.03 0.78 0.47
Hex D6 69 1B 0 33 57 10 19 4E 2F
Octal 326 151 33 0 63 127 20 31 116 57
Binary 11010110 1101001 11011 0 110011 1010111 10000 11001 1001110 101111

Color Harmonies of #D6691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6691B

Black with #D6691B

Text Example


Text Example

White with #D6691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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