#F6CD77

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

Shades of Grandis #F6CD77

Tints of Grandis #F6CD77

Color information

#F6CD77 (or 0xF6CD77) is unknown color: approx Grandis. HEX triplet: F6, CD and 77. RGB value is (246,205,119). Sum of RGB (Red+Green+Blue) = 246+205+119=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CD77 is #093288. Grayscale: #CFCFCF. Windows color (decimal): -602761 or 7851510. OLE color: 7851510.

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

Color convert

RGB246205119-
CMYK00.170.520.04
HSL40.63º87.59%71.57%-
HSV(B)40.63º51.63%96.47%-
XYZ63.1764.5926.59-
YUV207.4678.08155.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 119 (46.88% from 255) = 20.88%
R=43.16%
G=35.96%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620511900.170.520.0440.6387.5971.57
HexF6CD77011344295848
Octal36631516702164451130110
Binary1111011011001101111011101000111010010010100110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD77; }

 p { color: rgb(246,205,119); }

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

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

 a { background-color: rgb(246,205,119); }

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

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

 span { border-color: rgb(246,205,119); }

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