Html Css Color HEX #C69B40 Anzac

📋 copy color: '#C69B40'

red 198 ◦ green 155 ◦ blue 64

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

Shades of Anzac #C69B40

Tints of Anzac #C69B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 47.48%
G = 37.17%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69B40 (or 0xC69B40) is known color: Anzac. HEX triplet: C6, 9B and 40. RGB value is (198,155,64). Sum of RGB (Red+Green+Blue) = 198+155+64=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B40 is #3964BF. Grayscale: #9D9D9D. Windows color (decimal): -3761344 or 4234182. OLE color: 4234182.

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

Color convert

RGB 198 155 64 -
CMYK 0 0.22 0.68 0.22
HSL 40.75º 0.54% 0.51% -
HSV(B) 40.75º 0.68% 0.78% -
XYZ 35.94 35.82 9.87 -
YUV 157.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 198 155 64 0 0.22 0.68 0.22 40.75 0.54 0.51
Hex C6 9B 40 0 16 44 16 29 36 33
Octal 306 233 100 0 26 104 26 51 66 63
Binary 11000110 10011011 1000000 0 10110 1000100 10110 101001 110110 110011

Color Harmonies of #C69B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B40

Black with #C69B40

Text Example


Text Example

White with #C69B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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