Html Css Color HEX #C69A40 Anzac

📋 copy color: '#C69A40'

red 198 ◦ green 154 ◦ blue 64

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

Shades of Anzac #C69A40

Tints of Anzac #C69A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 47.6%
G = 37.02%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69A40 (or 0xC69A40) is known color: Anzac. HEX triplet: C6, 9A and 40. RGB value is (198,154,64). Sum of RGB (Red+Green+Blue) = 198+154+64=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A40 is #3965BF. Grayscale: #9D9D9D. Windows color (decimal): -3761600 or 4233926. OLE color: 4233926.

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

Color convert

RGB 198 154 64 -
CMYK 0 0.22 0.68 0.22
HSL 40.3º 0.54% 0.51% -
HSV(B) 40.3º 0.68% 0.78% -
XYZ 35.77 35.49 9.81 -
YUV 156.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 198 154 64 0 0.22 0.68 0.22 40.3 0.54 0.51
Hex C6 9A 40 0 16 44 16 28 36 33
Octal 306 232 100 0 26 104 26 50 66 63
Binary 11000110 10011010 1000000 0 10110 1000100 10110 101000 110110 110011

Color Harmonies of #C69A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A40

Black with #C69A40

Text Example


Text Example

White with #C69A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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