Html Css Color HEX #C69245 Anzac

📋 copy color: '#C69245'

red 198 ◦ green 146 ◦ blue 69

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

Shades of Anzac #C69245

Tints of Anzac #C69245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.71%

R = 47.94%
G = 35.35%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C69245 (or 0xC69245) is known color: Anzac. HEX triplet: C6, 92 and 45. RGB value is (198,146,69). Sum of RGB (Red+Green+Blue) = 198+146+69=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C69245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69245 is #396DBA. Grayscale: #999999. Windows color (decimal): -3763643 or 4559558. OLE color: 4559558.

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

Color convert

RGB 198 146 69 -
CMYK 0 0.26 0.65 0.22
HSL 35.81º 0.53% 0.52% -
HSV(B) 35.81º 0.65% 0.78% -
XYZ 34.64 32.99 10.17 -
YUV 152.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 198 146 69 0 0.26 0.65 0.22 35.81 0.53 0.52
Hex C6 92 45 0 1A 41 16 24 35 34
Octal 306 222 105 0 32 101 26 44 65 64
Binary 11000110 10010010 1000101 0 11010 1000001 10110 100100 110101 110100

Color Harmonies of #C69245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69245

Black with #C69245

Text Example


Text Example

White with #C69245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69245; }

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

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

background-color css

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

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

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

border-color css

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

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

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