Html Css Color HEX #C66740 Ecstasy

📋 copy color: '#C66740'

red 198 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #C66740

Tints of Ecstasy #C66740

RGB

 RED value IS 198 (77.73% from 255) = 54.25%

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 54.25%
G = 28.22%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C66740 (or 0xC66740) is known color: Ecstasy. HEX triplet: C6, 67 and 40. RGB value is (198,103,64). Sum of RGB (Red+Green+Blue) = 198+103+64=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66740 is #3998BF. Grayscale: #7F7F7F. Windows color (decimal): -3774656 or 4220870. OLE color: 4220870.

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

Color convert

RGB 198 103 64 -
CMYK 0 0.48 0.68 0.22
HSL 17.46º 0.54% 0.51% -
HSV(B) 17.46º 0.68% 0.78% -
XYZ 29.06 22.08 7.58 -
YUV 126.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 198 103 64 0 0.48 0.68 0.22 17.46 0.54 0.51
Hex C6 67 40 0 30 44 16 11 36 33
Octal 306 147 100 0 60 104 26 21 66 63
Binary 11000110 1100111 1000000 0 110000 1000100 10110 10001 110110 110011

Color Harmonies of #C66740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66740

Black with #C66740

Text Example


Text Example

White with #C66740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66740; }

 p { color: rgb(198,103,64); }

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

background-color css

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

 a { background-color: rgb(198,103,64); }

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

border-color css

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

 span { border-color: rgb(198,103,64); }

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