#C6C43F

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

Shades of Wattle #C6C43F

Tints of Wattle #C6C43F

Color information

#C6C43F (or 0xC6C43F) is unknown color: approx Wattle. HEX triplet: C6, C4 and 3F. RGB value is (198,196,63). Sum of RGB (Red+Green+Blue) = 198+196+63=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C43F is #393BC0. Grayscale: #B5B5B5. Windows color (decimal): -3750849 or 4179142. OLE color: 4179142.

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

Color convert

RGB19819663-
CMYK00.010.680.22
HSL59.11º54.22%51.18%-
HSV(B)59.11º68.18%77.65%-
XYZ43.9351.8412.39-
YUV181.4461.16139.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 63 (25% from 255) = 13.79%
R=43.33%
G=42.89%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981966300.010.680.2259.1154.2251.18
HexC6C43F0144163b3633
Octal306304770110426736663
Binary110001101100010011111101100010010110111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C43F; }

 p { color: rgb(198,196,63); }

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

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

 a { background-color: rgb(198,196,63); }

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

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

 span { border-color: rgb(198,196,63); }

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