#C6983D

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

Shades of Anzac #C6983D

Tints of Anzac #C6983D

Color information

#C6983D (or 0xC6983D) is unknown color: approx Anzac. HEX triplet: C6, 98 and 3D. RGB value is (198,152,61). Sum of RGB (Red+Green+Blue) = 198+152+61=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6983D is #3967C2. Grayscale: #9B9B9B. Windows color (decimal): -3762115 or 4036806. OLE color: 4036806.

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

Color convert

RGB19815261-
CMYK00.230.690.22
HSL39.85º54.58%50.78%-
HSV(B)39.85º69.19%77.65%-
XYZ35.3634.89.27-
YUV155.3874.74158.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=48.18%
G=36.98%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981526100.230.690.2239.8554.5850.78
HexC6983D0174516283733
Octal3062307502710526506763
Binary1100011010011000111101010111100010110110101000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6983D; }

 p { color: rgb(198,152,61); }

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

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

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

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

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

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

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