Html Css Color HEX #C69644 Anzac

📋 copy color: '#C69644'

red 198 ◦ green 150 ◦ blue 68

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

Shades of Anzac #C69644

Tints of Anzac #C69644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 47.6%
G = 36.06%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C69644 (or 0xC69644) is known color: Anzac. HEX triplet: C6, 96 and 44. RGB value is (198,150,68). Sum of RGB (Red+Green+Blue) = 198+150+68=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69644 is #3969BB. Grayscale: #9B9B9B. Windows color (decimal): -3762620 or 4495046. OLE color: 4495046.

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

Color convert

RGB 198 150 68 -
CMYK 0 0.24 0.66 0.22
HSL 37.85º 0.53% 0.52% -
HSV(B) 37.85º 0.66% 0.78% -
XYZ 35.24 34.24 10.22 -
YUV 155 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 198 150 68 0 0.24 0.66 0.22 37.85 0.53 0.52
Hex C6 96 44 0 18 42 16 26 35 34
Octal 306 226 104 0 30 102 26 46 65 64
Binary 11000110 10010110 1000100 0 11000 1000010 10110 100110 110101 110100

Color Harmonies of #C69644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69644

Black with #C69644

Text Example


Text Example

White with #C69644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69644; }

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

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

background-color css

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

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

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

border-color css

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

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

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