#c6691e

Color #C6691E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C6691E

Tints of Chocolate #C6691E

Color information

#C6691E (or 0xC6691E) is unknown color: approx Chocolate. HEX triplet: C6, 69 and 1E. RGB value is (198,105,30). Sum of RGB (Red+Green+Blue) = 198+105+30=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6691E is #3996E1. Grayscale: #7C7C7C. Windows color (decimal): -3774178 or 1993158. OLE color: 1993158.

HSL color Cylindrical-coordinate representation of color #C6691E: hue angle of 26.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6691E is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB19810530-
CMYK00.470.850.22
HSL26.79º73.68%44.71%-
HSV(B)26.79º84.85%77.65%-
XYZ28.5722.24.01-
YUV124.2674.81180.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 30 (12.11% from 255) = 9.01%
R=59.46%
G=31.53%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981053000.470.850.2226.7973.6844.71
HexC6691E02F55161b4a2d
Octal30615136057125263311255
Binary110001101101001111100101111101010110110110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6691e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6691e; }

 p { color: rgb(198,105,30); }

 H1.HeaderClassName
 {
   color: #c6691e;
 }
 .AnyTagClassName
 {
   color: #c6691e;
 }
</style>
background-color css

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

 a { background-color: rgb(198,105,30); }

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

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

 span { border-color: rgb(198,105,30); }

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