Html Css Color HEX #C69340 Anzac

📋 copy color: '#C69340'

red 198 ◦ green 147 ◦ blue 64

#C69340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #C69340

Tints of Anzac #C69340

RGB

 RED value IS 198 (77.73% from 255) = 48.41%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 64 (25.39% from 255) = 15.65%

R = 48.41%
G = 35.94%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69340 (or 0xC69340) is known color: Anzac. HEX triplet: C6, 93 and 40. RGB value is (198,147,64). Sum of RGB (Red+Green+Blue) = 198+147+64=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C69340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69340 is #396CBF. Grayscale: #999999. Windows color (decimal): -3763392 or 4232134. OLE color: 4232134.

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

Color convert

RGB 198 147 64 -
CMYK 0 0.26 0.68 0.22
HSL 37.16º 0.54% 0.51% -
HSV(B) 37.16º 0.68% 0.78% -
XYZ 34.65 33.24 9.44 -
YUV 152.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 198 147 64 0 0.26 0.68 0.22 37.16 0.54 0.51
Hex C6 93 40 0 1A 44 16 25 36 33
Octal 306 223 100 0 32 104 26 45 66 63
Binary 11000110 10010011 1000000 0 11010 1000100 10110 100101 110110 110011

Color Harmonies of #C69340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69340

Black with #C69340

Text Example


Text Example

White with #C69340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69340; }

 p { color: rgb(198,147,64); }

 H1.HeaderClassName
 {
   color: #C69340;
 }
 .AnyTagClassName
 {
   color: #C69340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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