#FF6C5B

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

Shades of Bittersweet #FF6C5B

Tints of Bittersweet #FF6C5B

Color information

#FF6C5B (or 0xFF6C5B) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 5B. RGB value is (255,108,91). Sum of RGB (Red+Green+Blue) = 255+108+91=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C5B is #0093A4. Grayscale: #969696. Windows color (decimal): -37797 or 5991679. OLE color: 5991679.

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

Color convert

RGB25510891-
CMYK00.580.640
HSL6.22º100%67.84%-
HSV(B)6.22º64.31%100%-
XYZ48.4932.7413.66-
YUV150.0194.7202.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=56.17%
G=23.79%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551089100.580.6406.2210067.84
HexFF6C5B03A40066444
Octal37715413307210006144104
Binary111111111101100101101101110101000000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C5B; }

 p { color: rgb(255,108,91); }

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

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

 a { background-color: rgb(255,108,91); }

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

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

 span { border-color: rgb(255,108,91); }

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