#C6774E

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

Shades of Red Damask #C6774E

Tints of Red Damask #C6774E

Color information

#C6774E (or 0xC6774E) is unknown color: approx Red Damask. HEX triplet: C6, 77 and 4E. RGB value is (198,119,78). Sum of RGB (Red+Green+Blue) = 198+119+78=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6774E is #3988B1. Grayscale: #8A8A8A. Windows color (decimal): -3770546 or 5142470. OLE color: 5142470.

HSL color Cylindrical-coordinate representation of color #C6774E: hue angle of 20.5º 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 #C6774E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19811978-
CMYK00.400.610.22
HSL20.5º51.28%54.12%-
HSV(B)20.5º60.61%77.65%-
XYZ31.2625.7510.53-
YUV137.9594.17170.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=50.13%
G=30.13%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981197800.400.610.2220.551.2854.12
HexC6774E0283D16143336
Octal3061671160507526246366
Binary110001101110111100111001010001111011011010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6774E; }

 p { color: rgb(198,119,78); }

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

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

 a { background-color: rgb(198,119,78); }

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

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

 span { border-color: rgb(198,119,78); }

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