Html Css Color HEX #C6943B Anzac

📋 copy color: '#C6943B'

red 198 ◦ green 148 ◦ blue 59

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

Shades of Anzac #C6943B

Tints of Anzac #C6943B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 59 (23.44% from 255) = 14.57%

R = 48.89%
G = 36.54%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6943B (or 0xC6943B) is known color: Anzac. HEX triplet: C6, 94 and 3B. RGB value is (198,148,59). Sum of RGB (Red+Green+Blue) = 198+148+59=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6943B is #396BC4. Grayscale: #999999. Windows color (decimal): -3763141 or 3904710. OLE color: 3904710.

HSL color Cylindrical-coordinate representation of color #C6943B: hue angle of 38.42º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6943B is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 59 -
CMYK 0 0.25 0.70 0.22
HSL 38.42º 0.55% 0.5% -
HSV(B) 38.42º 0.7% 0.78% -
XYZ 34.67 33.5 8.78 -
YUV 152.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 198 148 59 0 0.25 0.70 0.22 38.42 0.55 0.5
Hex C6 94 3B 0 19 46 16 26 37 32
Octal 306 224 73 0 31 106 26 46 67 62
Binary 11000110 10010100 111011 0 11001 1000110 10110 100110 110111 110010

Color Harmonies of #C6943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6943B

Black with #C6943B

Text Example


Text Example

White with #C6943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6943B; }

 p { color: rgb(198,148,59); }

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

background-color css

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

 a { background-color: rgb(198,148,59); }

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

border-color css

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

 span { border-color: rgb(198,148,59); }

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