#C6694D

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

Shades of Red Damask #C6694D

Tints of Red Damask #C6694D

Color information

#C6694D (or 0xC6694D) is unknown color: approx Red Damask. HEX triplet: C6, 69 and 4D. RGB value is (198,105,77). Sum of RGB (Red+Green+Blue) = 198+105+77=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6694D is #3996B2. Grayscale: #818181. Windows color (decimal): -3774131 or 5073350. OLE color: 5073350.

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

Color convert

RGB19810577-
CMYK00.470.610.22
HSL13.88º51.49%53.92%-
HSV(B)13.88º61.11%77.65%-
XYZ29.6822.649.83-
YUV129.6198.31176.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=52.11%
G=27.63%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981057700.470.610.2213.8851.4953.92
HexC6694D02F3D16e3336
Octal3061511150577526166366
Binary11000110110100110011010101111111101101101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6694D; }

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

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

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

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

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

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

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

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