Html Css Color HEX #C6963F Anzac

📋 copy color: '#C6963F'

red 198 ◦ green 150 ◦ blue 63

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

Shades of Anzac #C6963F

Tints of Anzac #C6963F

RGB

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

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

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

R = 48.18%
G = 36.5%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6963F (or 0xC6963F) is known color: Anzac. HEX triplet: C6, 96 and 3F. RGB value is (198,150,63). Sum of RGB (Red+Green+Blue) = 198+150+63=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6963F is #3969C0. Grayscale: #9A9A9A. Windows color (decimal): -3762625 or 4167366. OLE color: 4167366.

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

Color convert

RGB 198 150 63 -
CMYK 0 0.24 0.68 0.22
HSL 38.67º 0.54% 0.51% -
HSV(B) 38.67º 0.68% 0.78% -
XYZ 35.09 34.18 9.45 -
YUV 154.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 198 150 63 0 0.24 0.68 0.22 38.67 0.54 0.51
Hex C6 96 3F 0 18 44 16 27 36 33
Octal 306 226 77 0 30 104 26 47 66 63
Binary 11000110 10010110 111111 0 11000 1000100 10110 100111 110110 110011

Color Harmonies of #C6963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6963F

Black with #C6963F

Text Example


Text Example

White with #C6963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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