Html Css Color HEX #F6C69D Negroni

📋 copy color: '#F6C69D'

red 246 ◦ green 198 ◦ blue 157

#F6C69D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #F6C69D

Tints of Negroni #F6C69D

RGB

 RED value IS 246 (96.48% from 255) = 40.93%

 GREEN value IS 198 (77.73% from 255) = 32.95%

 BLUE value IS 157 (61.72% from 255) = 26.12%

R = 40.93%
G = 32.95%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6C69D (or 0xF6C69D) is known color: Negroni. HEX triplet: F6, C6 and 9D. RGB value is (246,198,157). Sum of RGB (Red+Green+Blue) = 246+198+157=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C69D is #093962. Grayscale: #CFCFCF. Windows color (decimal): -604515 or 10340086. OLE color: 10340086.

HSL color Cylindrical-coordinate representation of color #F6C69D: hue angle of 27.64º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6C69D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 198 157 -
CMYK 0 0.20 0.36 0.04
HSL 27.64º 0.83% 0.79% -
HSV(B) 27.64º 0.36% 0.96% -
XYZ 64.29 62.42 40.56 -
YUV 207.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 246 198 157 0 0.20 0.36 0.04 27.64 0.83 0.79
Hex F6 C6 9D 0 14 24 4 1C 53 4F
Octal 366 306 235 0 24 44 4 34 123 117
Binary 11110110 11000110 10011101 0 10100 100100 100 11100 1010011 1001111

Color Harmonies of #F6C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C69D

Black with #F6C69D

Text Example


Text Example

White with #F6C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C69D; }

 p { color: rgb(246,198,157); }

 H1.HeaderClassName
 {
   color: #F6C69D;
 }
 .AnyTagClassName
 {
   color: #F6C69D;
 }
</style>

background-color css

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

 a { background-color: rgb(246,198,157); }

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

border-color css

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

 span { border-color: rgb(246,198,157); }

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