Html Css Color HEX #C69541 Anzac

📋 copy color: '#C69541'

red 198 ◦ green 149 ◦ blue 65

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

Shades of Anzac #C69541

Tints of Anzac #C69541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 48.06%
G = 36.17%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C69541 (or 0xC69541) is known color: Anzac. HEX triplet: C6, 95 and 41. RGB value is (198,149,65). Sum of RGB (Red+Green+Blue) = 198+149+65=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C69541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69541 is #396ABE. Grayscale: #9A9A9A. Windows color (decimal): -3762879 or 4298182. OLE color: 4298182.

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

Color convert

RGB 198 149 65 -
CMYK 0 0.25 0.67 0.22
HSL 37.89º 0.54% 0.52% -
HSV(B) 37.89º 0.67% 0.78% -
XYZ 34.99 33.88 9.7 -
YUV 154.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 198 149 65 0 0.25 0.67 0.22 37.89 0.54 0.52
Hex C6 95 41 0 19 43 16 26 36 34
Octal 306 225 101 0 31 103 26 46 66 64
Binary 11000110 10010101 1000001 0 11001 1000011 10110 100110 110110 110100

Color Harmonies of #C69541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69541

Black with #C69541

Text Example


Text Example

White with #C69541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69541; }

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

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

background-color css

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

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

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

border-color css

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

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

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