#C6C769

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

Shades of Wild Willow #C6C769

Tints of Wild Willow #C6C769

Color information

#C6C769 (or 0xC6C769) is unknown color: approx Wild Willow. HEX triplet: C6, C7 and 69. RGB value is (198,199,105). Sum of RGB (Red+Green+Blue) = 198+199+105=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C769 is #393896. Grayscale: #BCBCBC. Windows color (decimal): -3750039 or 6932422. OLE color: 6932422.

HSL color Cylindrical-coordinate representation of color #C6C769: hue angle of 60.64º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6C769 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198199105-
CMYK0.0100.470.22
HSL60.64º45.63%59.61%-
HSV(B)60.64º47.24%78.04%-
XYZ46.2653.8721.32-
YUV187.9881.17135.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.44%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=39.44%
G=39.64%
B=20.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981991050.0100.470.2260.6445.6359.61
HexC6C769102F163d2e3c
Octal306307151105726755674
Binary110001101100011111010011010111110110111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C769; }

 p { color: rgb(198,199,105); }

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

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

 a { background-color: rgb(198,199,105); }

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

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

 span { border-color: rgb(198,199,105); }

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