Html Css Color HEX #C69138 Anzac

📋 copy color: '#C69138'

red 198 ◦ green 145 ◦ blue 56

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

Shades of Anzac #C69138

Tints of Anzac #C69138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 49.62%
G = 36.34%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C69138 (or 0xC69138) is known color: Anzac. HEX triplet: C6, 91 and 38. RGB value is (198,145,56). Sum of RGB (Red+Green+Blue) = 198+145+56=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C69138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69138 is #396EC7. Grayscale: #979797. Windows color (decimal): -3763912 or 3707334. OLE color: 3707334.

HSL color Cylindrical-coordinate representation of color #C69138: hue angle of 37.61º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C69138 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 56 -
CMYK 0 0.27 0.72 0.22
HSL 37.61º 0.56% 0.5% -
HSV(B) 37.61º 0.72% 0.78% -
XYZ 34.13 32.54 8.22 -
YUV 150.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 198 145 56 0 0.27 0.72 0.22 37.61 0.56 0.5
Hex C6 91 38 0 1B 48 16 26 38 32
Octal 306 221 70 0 33 110 26 46 70 62
Binary 11000110 10010001 111000 0 11011 1001000 10110 100110 111000 110010

Color Harmonies of #C69138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69138

Black with #C69138

Text Example


Text Example

White with #C69138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69138; }

 p { color: rgb(198,145,56); }

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

background-color css

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

 a { background-color: rgb(198,145,56); }

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

border-color css

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

 span { border-color: rgb(198,145,56); }

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