#C6C646

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

Shades of Wattle #C6C646

Tints of Wattle #C6C646

Color information

#C6C646 (or 0xC6C646) is unknown color: approx Wattle. HEX triplet: C6, C6 and 46. RGB value is (198,198,70). Sum of RGB (Red+Green+Blue) = 198+198+70=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C646 is #3939B9. Grayscale: #B7B7B7. Windows color (decimal): -3750330 or 4638406. OLE color: 4638406.

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

Color convert

RGB19819870-
CMYK000.650.22
HSL60º52.89%52.55%-
HSV(B)60º64.65%77.65%-
XYZ44.5952.8413.64-
YUV183.4164138.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 70 (27.73% from 255) = 15.02%
R=42.49%
G=42.49%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819870000.650.226052.8952.55
HexC6C6460041163c3535
Octal3063061060010126746565
Binary1100011011000110100011000100000110110111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C646; }

 p { color: rgb(198,198,70); }

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

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

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

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

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

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

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