#F6C378

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

Shades of Chardonnay #F6C378

Tints of Chardonnay #F6C378

Color information

#F6C378 (or 0xF6C378) is unknown color: approx Chardonnay. HEX triplet: F6, C3 and 78. RGB value is (246,195,120). Sum of RGB (Red+Green+Blue) = 246+195+120=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C378 is #093C87. Grayscale: #CACACA. Windows color (decimal): -605320 or 7914486. OLE color: 7914486.

HSL color Cylindrical-coordinate representation of color #F6C378: hue angle of 35.71º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6C378 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB246195120-
CMYK00.210.510.04
HSL35.71º87.5%71.76%-
HSV(B)35.71º51.22%96.47%-
XYZ60.9159.9826.14-
YUV201.781.9159.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 120 (47.27% from 255) = 21.39%
R=43.85%
G=34.76%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619512000.210.510.0435.7187.571.76
HexF6C378015334245848
Octal36630317002563444130110
Binary1111011011000011111100001010111001110010010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C378; }

 p { color: rgb(246,195,120); }

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

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

 a { background-color: rgb(246,195,120); }

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

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

 span { border-color: rgb(246,195,120); }

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