Html Css Color HEX #C68945 Anzac

📋 copy color: '#C68945'

red 198 ◦ green 137 ◦ blue 69

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

Shades of Anzac #C68945

Tints of Anzac #C68945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 49.01%
G = 33.91%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C68945 (or 0xC68945) is known color: Anzac. HEX triplet: C6, 89 and 45. RGB value is (198,137,69). Sum of RGB (Red+Green+Blue) = 198+137+69=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C68945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68945 is #3976BA. Grayscale: #939393. Windows color (decimal): -3765947 or 4557254. OLE color: 4557254.

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

Color convert

RGB 198 137 69 -
CMYK 0 0.31 0.65 0.22
HSL 31.63º 0.53% 0.52% -
HSV(B) 31.63º 0.65% 0.78% -
XYZ 33.31 30.33 9.73 -
YUV 147.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 198 137 69 0 0.31 0.65 0.22 31.63 0.53 0.52
Hex C6 89 45 0 1F 41 16 20 35 34
Octal 306 211 105 0 37 101 26 40 65 64
Binary 11000110 10001001 1000101 0 11111 1000001 10110 100000 110101 110100

Color Harmonies of #C68945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68945

Black with #C68945

Text Example


Text Example

White with #C68945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68945; }

 p { color: rgb(198,137,69); }

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

background-color css

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

 a { background-color: rgb(198,137,69); }

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

border-color css

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

 span { border-color: rgb(198,137,69); }

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