Html Css Color HEX #C69840 Anzac

📋 copy color: '#C69840'

red 198 ◦ green 152 ◦ blue 64

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

Shades of Anzac #C69840

Tints of Anzac #C69840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

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

R = 47.83%
G = 36.71%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69840 (or 0xC69840) is known color: Anzac. HEX triplet: C6, 98 and 40. RGB value is (198,152,64). Sum of RGB (Red+Green+Blue) = 198+152+64=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C69840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69840 is #3967BF. Grayscale: #9C9C9C. Windows color (decimal): -3762112 or 4233414. OLE color: 4233414.

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

Color convert

RGB 198 152 64 -
CMYK 0 0.23 0.68 0.22
HSL 39.4º 0.54% 0.51% -
HSV(B) 39.4º 0.68% 0.78% -
XYZ 35.44 34.83 9.71 -
YUV 155.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 198 152 64 0 0.23 0.68 0.22 39.4 0.54 0.51
Hex C6 98 40 0 17 44 16 27 36 33
Octal 306 230 100 0 27 104 26 47 66 63
Binary 11000110 10011000 1000000 0 10111 1000100 10110 100111 110110 110011

Color Harmonies of #C69840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69840

Black with #C69840

Text Example


Text Example

White with #C69840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69840; }

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

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

background-color css

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

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

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

border-color css

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

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

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