Html Css Color HEX #C69538 Anzac

📋 copy color: '#C69538'

red 198 ◦ green 149 ◦ blue 56

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

Shades of Anzac #C69538

Tints of Anzac #C69538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 49.13%
G = 36.97%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C69538 (or 0xC69538) is known color: Anzac. HEX triplet: C6, 95 and 38. RGB value is (198,149,56). Sum of RGB (Red+Green+Blue) = 198+149+56=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C69538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69538 is #396AC7. Grayscale: #999999. Windows color (decimal): -3762888 or 3708358. OLE color: 3708358.

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

Color convert

RGB 198 149 56 -
CMYK 0 0.25 0.72 0.22
HSL 39.3º 0.56% 0.5% -
HSV(B) 39.3º 0.72% 0.78% -
XYZ 34.75 33.79 8.43 -
YUV 153.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 198 149 56 0 0.25 0.72 0.22 39.3 0.56 0.5
Hex C6 95 38 0 19 48 16 27 38 32
Octal 306 225 70 0 31 110 26 47 70 62
Binary 11000110 10010101 111000 0 11001 1001000 10110 100111 111000 110010

Color Harmonies of #C69538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69538

Black with #C69538

Text Example


Text Example

White with #C69538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69538; }

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

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

background-color css

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

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

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

border-color css

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

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

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