#c68a42

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

Shades of Anzac #C68A42

Tints of Anzac #C68A42

Color information

#C68A42 (or 0xC68A42) is unknown color: approx Anzac. HEX triplet: C6, 8A and 42. RGB value is (198,138,66). Sum of RGB (Red+Green+Blue) = 198+138+66=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A42 is #3975BD. Grayscale: #949494. Windows color (decimal): -3765694 or 4360902. OLE color: 4360902.

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

Color convert

RGB19813866-
CMYK00.300.670.22
HSL32.73º53.66%51.76%-
HSV(B)32.73º66.67%77.65%-
XYZ33.3630.589.3-
YUV147.7381.88163.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 66 (26.17% from 255) = 16.42%
R=49.25%
G=34.33%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981386600.300.670.2232.7353.6651.76
HexC68A4201E4316213634
Octal30621210203610326416664
Binary11000110100010101000010011110100001110110100001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68a42; }

 p { color: rgb(198,138,66); }

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

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

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

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

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

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

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