#FF6766

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

Shades of Bittersweet #FF6766

Tints of Bittersweet #FF6766

Color information

#FF6766 (or 0xFF6766) is unknown color: approx Bittersweet. HEX triplet: FF, 67 and 66. RGB value is (255,103,102). Sum of RGB (Red+Green+Blue) = 255+103+102=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6766 is #009899. Grayscale: #949494. Windows color (decimal): -39066 or 6711295. OLE color: 6711295.

HSL color Cylindrical-coordinate representation of color #FF6766: hue angle of 0.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6766 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255103102-
CMYK00.600.60
HSL0.39º100%70%-
HSV(B)0.39º60%100%-
XYZ48.4931.9216.18-
YUV148.33101.86204.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=55.43%
G=22.39%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510310200.600.600.3910070
HexFF676603C3C006446
Octal3771471460747400144106
Binary111111111100111110011001111001111000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6766; }

 p { color: rgb(255,103,102); }

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

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

 a { background-color: rgb(255,103,102); }

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

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

 span { border-color: rgb(255,103,102); }

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