#C6614D

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

Shades of Sunglo #C6614D

Tints of Sunglo #C6614D

Color information

#C6614D (or 0xC6614D) is unknown color: approx Sunglo. HEX triplet: C6, 61 and 4D. RGB value is (198,97,77). Sum of RGB (Red+Green+Blue) = 198+97+77=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6614D is #399EB2. Grayscale: #7D7D7D. Windows color (decimal): -3776179 or 5071302. OLE color: 5071302.

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

Color convert

RGB1989777-
CMYK00.510.610.22
HSL9.92º51.49%53.92%-
HSV(B)9.92º61.11%77.65%-
XYZ28.921.099.57-
YUV124.92100.96180.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.23%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=53.23%
G=26.08%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198977700.510.610.229.9251.4953.92
HexC6614D0333D16a3336
Octal3061411150637526126366
Binary11000110110000110011010110011111101101101010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6614D; }

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

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

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

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

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

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

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

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