Html Css Color HEX #C69640 Anzac

📋 copy color: '#C69640'

red 198 ◦ green 150 ◦ blue 64

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

Shades of Anzac #C69640

Tints of Anzac #C69640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 48.06%
G = 36.41%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69640 (or 0xC69640) is known color: Anzac. HEX triplet: C6, 96 and 40. RGB value is (198,150,64). Sum of RGB (Red+Green+Blue) = 198+150+64=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C69640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69640 is #3969BF. Grayscale: #9A9A9A. Windows color (decimal): -3762624 or 4232902. OLE color: 4232902.

HSL color Cylindrical-coordinate representation of color #C69640: hue angle of 38.51º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C69640 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 64 -
CMYK 0 0.24 0.68 0.22
HSL 38.51º 0.54% 0.51% -
HSV(B) 38.51º 0.68% 0.78% -
XYZ 35.12 34.19 9.6 -
YUV 154.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 198 150 64 0 0.24 0.68 0.22 38.51 0.54 0.51
Hex C6 96 40 0 18 44 16 27 36 33
Octal 306 226 100 0 30 104 26 47 66 63
Binary 11000110 10010110 1000000 0 11000 1000100 10110 100111 110110 110011

Color Harmonies of #C69640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69640

Black with #C69640

Text Example


Text Example

White with #C69640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69640; }

 p { color: rgb(198,150,64); }

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

background-color css

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

 a { background-color: rgb(198,150,64); }

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

border-color css

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

 span { border-color: rgb(198,150,64); }

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