Html Css Color HEX #C69044 Anzac

📋 copy color: '#C69044'

red 198 ◦ green 144 ◦ blue 68

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

Shades of Anzac #C69044

Tints of Anzac #C69044

RGB

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

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

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

R = 48.29%
G = 35.12%
B = 16.59%

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

#C69044 (or 0xC69044) is known color: Anzac. HEX triplet: C6, 90 and 44. RGB value is (198,144,68). Sum of RGB (Red+Green+Blue) = 198+144+68=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C69044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69044 is #396FBB. Grayscale: #979797. Windows color (decimal): -3764156 or 4493510. OLE color: 4493510.

HSL color Cylindrical-coordinate representation of color #C69044: hue angle of 35.08º 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 #C69044 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 68 -
CMYK 0 0.27 0.66 0.22
HSL 35.08º 0.53% 0.52% -
HSV(B) 35.08º 0.66% 0.78% -
XYZ 34.31 32.37 9.91 -
YUV 151.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 198 144 68 0 0.27 0.66 0.22 35.08 0.53 0.52
Hex C6 90 44 0 1B 42 16 23 35 34
Octal 306 220 104 0 33 102 26 43 65 64
Binary 11000110 10010000 1000100 0 11011 1000010 10110 100011 110101 110100

Color Harmonies of #C69044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69044

Black with #C69044

Text Example


Text Example

White with #C69044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69044; }

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

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

background-color css

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

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

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

border-color css

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

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

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