Html Css Color HEX #C68949 Anzac

📋 copy color: '#C68949'

red 198 ◦ green 137 ◦ blue 73

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

Shades of Anzac #C68949

Tints of Anzac #C68949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 48.53%
G = 33.58%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68949 (or 0xC68949) is known color: Anzac. HEX triplet: C6, 89 and 49. RGB value is (198,137,73). Sum of RGB (Red+Green+Blue) = 198+137+73=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C68949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68949 is #3976B6. Grayscale: #949494. Windows color (decimal): -3765943 or 4819398. OLE color: 4819398.

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

Color convert

RGB 198 137 73 -
CMYK 0 0.31 0.63 0.22
HSL 30.72º 0.52% 0.53% -
HSV(B) 30.72º 0.63% 0.78% -
XYZ 33.44 30.38 10.4 -
YUV 147.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 198 137 73 0 0.31 0.63 0.22 30.72 0.52 0.53
Hex C6 89 49 0 1F 3F 16 1F 34 35
Octal 306 211 111 0 37 77 26 37 64 65
Binary 11000110 10001001 1001001 0 11111 111111 10110 11111 110100 110101

Color Harmonies of #C68949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68949

Black with #C68949

Text Example


Text Example

White with #C68949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68949; }

 p { color: rgb(198,137,73); }

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

background-color css

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

 a { background-color: rgb(198,137,73); }

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

border-color css

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

 span { border-color: rgb(198,137,73); }

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