Html Css Color HEX #C69D42 Anzac

📋 copy color: '#C69D42'

red 198 ◦ green 157 ◦ blue 66

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

Shades of Anzac #C69D42

Tints of Anzac #C69D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 47.03%
G = 37.29%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C69D42 (or 0xC69D42) is known color: Anzac. HEX triplet: C6, 9D and 42. RGB value is (198,157,66). Sum of RGB (Red+Green+Blue) = 198+157+66=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D42 is #3962BD. Grayscale: #9F9F9F. Windows color (decimal): -3760830 or 4365766. OLE color: 4365766.

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

Color convert

RGB 198 157 66 -
CMYK 0 0.21 0.67 0.22
HSL 41.36º 0.54% 0.52% -
HSV(B) 41.36º 0.67% 0.78% -
XYZ 36.33 36.51 10.29 -
YUV 158.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 198 157 66 0 0.21 0.67 0.22 41.36 0.54 0.52
Hex C6 9D 42 0 15 43 16 29 36 34
Octal 306 235 102 0 25 103 26 51 66 64
Binary 11000110 10011101 1000010 0 10101 1000011 10110 101001 110110 110100

Color Harmonies of #C69D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D42

Black with #C69D42

Text Example


Text Example

White with #C69D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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