Html Css Color HEX #C69544 Anzac

📋 copy color: '#C69544'

red 198 ◦ green 149 ◦ blue 68

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

Shades of Anzac #C69544

Tints of Anzac #C69544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

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

R = 47.71%
G = 35.9%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C69544 (or 0xC69544) is known color: Anzac. HEX triplet: C6, 95 and 44. RGB value is (198,149,68). Sum of RGB (Red+Green+Blue) = 198+149+68=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69544 is #396ABB. Grayscale: #9A9A9A. Windows color (decimal): -3762876 or 4494790. OLE color: 4494790.

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

Color convert

RGB 198 149 68 -
CMYK 0 0.25 0.66 0.22
HSL 37.38º 0.53% 0.52% -
HSV(B) 37.38º 0.66% 0.78% -
XYZ 35.08 33.92 10.17 -
YUV 154.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 198 149 68 0 0.25 0.66 0.22 37.38 0.53 0.52
Hex C6 95 44 0 19 42 16 25 35 34
Octal 306 225 104 0 31 102 26 45 65 64
Binary 11000110 10010101 1000100 0 11001 1000010 10110 100101 110101 110100

Color Harmonies of #C69544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69544

Black with #C69544

Text Example


Text Example

White with #C69544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69544; }

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

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

background-color css

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

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

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

border-color css

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

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

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