Html Css Color HEX #C69241 Anzac

📋 copy color: '#C69241'

red 198 ◦ green 146 ◦ blue 65

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

Shades of Anzac #C69241

Tints of Anzac #C69241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

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

R = 48.41%
G = 35.7%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C69241 (or 0xC69241) is known color: Anzac. HEX triplet: C6, 92 and 41. RGB value is (198,146,65). Sum of RGB (Red+Green+Blue) = 198+146+65=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C69241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69241 is #396DBE. Grayscale: #989898. Windows color (decimal): -3763647 or 4297414. OLE color: 4297414.

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

Color convert

RGB 198 146 65 -
CMYK 0 0.26 0.67 0.22
HSL 36.54º 0.54% 0.52% -
HSV(B) 36.54º 0.67% 0.78% -
XYZ 34.52 32.95 9.54 -
YUV 152.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 198 146 65 0 0.26 0.67 0.22 36.54 0.54 0.52
Hex C6 92 41 0 1A 43 16 25 36 34
Octal 306 222 101 0 32 103 26 45 66 64
Binary 11000110 10010010 1000001 0 11010 1000011 10110 100101 110110 110100

Color Harmonies of #C69241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69241

Black with #C69241

Text Example


Text Example

White with #C69241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69241; }

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

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

background-color css

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

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

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

border-color css

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

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

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