#C6774C

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

Shades of Red Damask #C6774C

Tints of Red Damask #C6774C

Color information

#C6774C (or 0xC6774C) is unknown color: approx Red Damask. HEX triplet: C6, 77 and 4C. RGB value is (198,119,76). Sum of RGB (Red+Green+Blue) = 198+119+76=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6774C is #3988B3. Grayscale: #898989. Windows color (decimal): -3770548 or 5011398. OLE color: 5011398.

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

Color convert

RGB19811976-
CMYK00.400.620.22
HSL21.15º51.69%53.73%-
HSV(B)21.15º61.62%77.65%-
XYZ31.1925.7210.16-
YUV137.7293.17171-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=50.38%
G=30.28%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981197600.400.620.2221.1551.6953.73
HexC6774C0283E16153436
Octal3061671140507626256466
Binary110001101110111100110001010001111101011010101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6774C; }

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

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

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

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

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

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

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

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