Html Css Color HEX #C69D3F Anzac

📋 copy color: '#C69D3F'

red 198 ◦ green 157 ◦ blue 63

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

Shades of Anzac #C69D3F

Tints of Anzac #C69D3F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

 BLUE value IS 63 (25% from 255) = 15.07%

R = 47.37%
G = 37.56%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69D3F (or 0xC69D3F) is known color: Anzac. HEX triplet: C6, 9D and 3F. RGB value is (198,157,63). Sum of RGB (Red+Green+Blue) = 198+157+63=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D3F is #3962C0. Grayscale: #9E9E9E. Windows color (decimal): -3760833 or 4169158. OLE color: 4169158.

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

Color convert

RGB 198 157 63 -
CMYK 0 0.21 0.68 0.22
HSL 41.78º 0.54% 0.51% -
HSV(B) 41.78º 0.68% 0.78% -
XYZ 36.24 36.48 9.83 -
YUV 158.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 198 157 63 0 0.21 0.68 0.22 41.78 0.54 0.51
Hex C6 9D 3F 0 15 44 16 2A 36 33
Octal 306 235 77 0 25 104 26 52 66 63
Binary 11000110 10011101 111111 0 10101 1000100 10110 101010 110110 110011

Color Harmonies of #C69D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D3F

Black with #C69D3F

Text Example


Text Example

White with #C69D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D3F; }

 p { color: rgb(198,157,63); }

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

background-color css

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

 a { background-color: rgb(198,157,63); }

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

border-color css

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

 span { border-color: rgb(198,157,63); }

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