Html Css Color HEX #C6964A Tussock

📋 copy color: '#C6964A'

red 198 ◦ green 150 ◦ blue 74

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

Shades of Tussock #C6964A

Tints of Tussock #C6964A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 46.92%
G = 35.55%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6964A (or 0xC6964A) is known color: Tussock. HEX triplet: C6, 96 and 4A. RGB value is (198,150,74). Sum of RGB (Red+Green+Blue) = 198+150+74=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6964A is #3969B5. Grayscale: #9C9C9C. Windows color (decimal): -3762614 or 4888262. OLE color: 4888262.

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

Color convert

RGB 198 150 74 -
CMYK 0 0.24 0.63 0.22
HSL 36.77º 0.52% 0.53% -
HSV(B) 36.77º 0.63% 0.78% -
XYZ 35.43 34.31 11.23 -
YUV 155.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 198 150 74 0 0.24 0.63 0.22 36.77 0.52 0.53
Hex C6 96 4A 0 18 3F 16 25 34 35
Octal 306 226 112 0 30 77 26 45 64 65
Binary 11000110 10010110 1001010 0 11000 111111 10110 100101 110100 110101

Color Harmonies of #C6964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6964A

Black with #C6964A

Text Example


Text Example

White with #C6964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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