Html Css Color HEX #C69540 Anzac

📋 copy color: '#C69540'

red 198 ◦ green 149 ◦ blue 64

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

Shades of Anzac #C69540

Tints of Anzac #C69540

RGB

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

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

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

R = 48.18%
G = 36.25%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69540 (or 0xC69540) is known color: Anzac. HEX triplet: C6, 95 and 40. RGB value is (198,149,64). Sum of RGB (Red+Green+Blue) = 198+149+64=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C69540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69540 is #396ABF. Grayscale: #9A9A9A. Windows color (decimal): -3762880 or 4232646. OLE color: 4232646.

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

Color convert

RGB 198 149 64 -
CMYK 0 0.25 0.68 0.22
HSL 38.06º 0.54% 0.51% -
HSV(B) 38.06º 0.68% 0.78% -
XYZ 34.96 33.87 9.55 -
YUV 153.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 198 149 64 0 0.25 0.68 0.22 38.06 0.54 0.51
Hex C6 95 40 0 19 44 16 26 36 33
Octal 306 225 100 0 31 104 26 46 66 63
Binary 11000110 10010101 1000000 0 11001 1000100 10110 100110 110110 110011

Color Harmonies of #C69540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69540

Black with #C69540

Text Example


Text Example

White with #C69540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69540; }

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

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

background-color css

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

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

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

border-color css

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

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

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