#C6C336

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

Shades of Wattle #C6C336

Tints of Wattle #C6C336

Color information

#C6C336 (or 0xC6C336) is unknown color: approx Wattle. HEX triplet: C6, C3 and 36. RGB value is (198,195,54). Sum of RGB (Red+Green+Blue) = 198+195+54=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C336 is #393CC9. Grayscale: #B4B4B4. Windows color (decimal): -3751114 or 3589062. OLE color: 3589062.

HSL color Cylindrical-coordinate representation of color #C6C336: hue angle of 58.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6C336 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19819554-
CMYK00.020.730.22
HSL58.75º57.14%49.41%-
HSV(B)58.75º72.73%77.65%-
XYZ43.4751.311.1-
YUV179.8256.99140.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 54 (21.48% from 255) = 12.08%
R=44.30%
G=43.62%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981955400.020.730.2258.7557.1449.41
HexC6C3360249163b3931
Octal306303660211126737161
Binary1100011011000011110110010100100110110111011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C336; }

 p { color: rgb(198,195,54); }

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

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

 a { background-color: rgb(198,195,54); }

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

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

 span { border-color: rgb(198,195,54); }

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