Html Css Color HEX #C69144 Anzac

📋 copy color: '#C69144'

red 198 ◦ green 145 ◦ blue 68

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

Shades of Anzac #C69144

Tints of Anzac #C69144

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 48.18%
G = 35.28%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C69144 (or 0xC69144) is known color: Anzac. HEX triplet: C6, 91 and 44. RGB value is (198,145,68). Sum of RGB (Red+Green+Blue) = 198+145+68=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C69144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69144 is #396EBB. Grayscale: #989898. Windows color (decimal): -3763900 or 4493766. OLE color: 4493766.

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

Color convert

RGB 198 145 68 -
CMYK 0 0.27 0.66 0.22
HSL 35.54º 0.53% 0.52% -
HSV(B) 35.54º 0.66% 0.78% -
XYZ 34.46 32.67 9.96 -
YUV 152.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 198 145 68 0 0.27 0.66 0.22 35.54 0.53 0.52
Hex C6 91 44 0 1B 42 16 24 35 34
Octal 306 221 104 0 33 102 26 44 65 64
Binary 11000110 10010001 1000100 0 11011 1000010 10110 100100 110101 110100

Color Harmonies of #C69144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69144

Black with #C69144

Text Example


Text Example

White with #C69144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69144; }

 p { color: rgb(198,145,68); }

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

background-color css

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

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

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

border-color css

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

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

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