Html Css Color HEX #C69238 Anzac

📋 copy color: '#C69238'

red 198 ◦ green 146 ◦ blue 56

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

Shades of Anzac #C69238

Tints of Anzac #C69238

RGB

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

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

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

R = 49.5%
G = 36.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C69238 (or 0xC69238) is known color: Anzac. HEX triplet: C6, 92 and 38. RGB value is (198,146,56). Sum of RGB (Red+Green+Blue) = 198+146+56=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C69238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69238 is #396DC7. Grayscale: #979797. Windows color (decimal): -3763656 or 3707590. OLE color: 3707590.

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

Color convert

RGB 198 146 56 -
CMYK 0 0.26 0.72 0.22
HSL 38.03º 0.56% 0.5% -
HSV(B) 38.03º 0.72% 0.78% -
XYZ 34.28 32.85 8.28 -
YUV 151.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 198 146 56 0 0.26 0.72 0.22 38.03 0.56 0.5
Hex C6 92 38 0 1A 48 16 26 38 32
Octal 306 222 70 0 32 110 26 46 70 62
Binary 11000110 10010010 111000 0 11010 1001000 10110 100110 111000 110010

Color Harmonies of #C69238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69238

Black with #C69238

Text Example


Text Example

White with #C69238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69238; }

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

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

background-color css

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

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

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

border-color css

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

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

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