Html Css Color HEX #C69047 Anzac

📋 copy color: '#C69047'

red 198 ◦ green 144 ◦ blue 71

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

Shades of Anzac #C69047

Tints of Anzac #C69047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 71 (28.13% from 255) = 17.19%

R = 47.94%
G = 34.87%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69047 (or 0xC69047) is known color: Anzac. HEX triplet: C6, 90 and 47. RGB value is (198,144,71). Sum of RGB (Red+Green+Blue) = 198+144+71=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C69047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69047 is #396FB8. Grayscale: #989898. Windows color (decimal): -3764153 or 4690118. OLE color: 4690118.

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

Color convert

RGB 198 144 71 -
CMYK 0 0.27 0.64 0.22
HSL 34.49º 0.53% 0.53% -
HSV(B) 34.49º 0.64% 0.78% -
XYZ 34.4 32.41 10.4 -
YUV 151.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 198 144 71 0 0.27 0.64 0.22 34.49 0.53 0.53
Hex C6 90 47 0 1B 40 16 22 35 35
Octal 306 220 107 0 33 100 26 42 65 65
Binary 11000110 10010000 1000111 0 11011 1000000 10110 100010 110101 110101

Color Harmonies of #C69047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69047

Black with #C69047

Text Example


Text Example

White with #C69047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69047; }

 p { color: rgb(198,144,71); }

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

background-color css

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

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

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

border-color css

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

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

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