Html Css Color HEX #C69A3F Anzac

📋 copy color: '#C69A3F'

red 198 ◦ green 154 ◦ blue 63

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

Shades of Anzac #C69A3F

Tints of Anzac #C69A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.18%

R = 47.71%
G = 37.11%
B = 15.18%

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

#C69A3F (or 0xC69A3F) is known color: Anzac. HEX triplet: C6, 9A and 3F. RGB value is (198,154,63). Sum of RGB (Red+Green+Blue) = 198+154+63=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A3F is #3965C0. Grayscale: #9D9D9D. Windows color (decimal): -3761601 or 4168390. OLE color: 4168390.

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

Color convert

RGB 198 154 63 -
CMYK 0 0.22 0.68 0.22
HSL 40.44º 0.54% 0.51% -
HSV(B) 40.44º 0.68% 0.78% -
XYZ 35.74 35.48 9.67 -
YUV 156.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 198 154 63 0 0.22 0.68 0.22 40.44 0.54 0.51
Hex C6 9A 3F 0 16 44 16 28 36 33
Octal 306 232 77 0 26 104 26 50 66 63
Binary 11000110 10011010 111111 0 10110 1000100 10110 101000 110110 110011

Color Harmonies of #C69A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A3F

Black with #C69A3F

Text Example


Text Example

White with #C69A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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