#C6C13A

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

Shades of Wattle #C6C13A

Tints of Wattle #C6C13A

Color information

#C6C13A (or 0xC6C13A) is unknown color: approx Wattle. HEX triplet: C6, C1 and 3A. RGB value is (198,193,58). Sum of RGB (Red+Green+Blue) = 198+193+58=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C13A is #393EC5. Grayscale: #B3B3B3. Windows color (decimal): -3751622 or 3850694. OLE color: 3850694.

HSL color Cylindrical-coordinate representation of color #C6C13A: hue angle of 57.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6C13A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB19819358-
CMYK00.030.710.22
HSL57.86º55.12%50.2%-
HSV(B)57.86º70.71%77.65%-
XYZ43.1250.4511.47-
YUV179.159.66141.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 58 (23.05% from 255) = 12.92%
R=44.10%
G=42.98%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981935800.030.710.2257.8655.1250.2
HexC6C13A0347163a3732
Octal306301720310726726762
Binary1100011011000001111010011100011110110111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C13A; }

 p { color: rgb(198,193,58); }

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

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

 a { background-color: rgb(198,193,58); }

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

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

 span { border-color: rgb(198,193,58); }

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