Html Css Color HEX #C6984C Tussock

📋 copy color: '#C6984C'

red 198 ◦ green 152 ◦ blue 76

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

Shades of Tussock #C6984C

Tints of Tussock #C6984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 46.48%
G = 35.68%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6984C (or 0xC6984C) is known color: Tussock. HEX triplet: C6, 98 and 4C. RGB value is (198,152,76). Sum of RGB (Red+Green+Blue) = 198+152+76=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6984C is #3967B3. Grayscale: #9D9D9D. Windows color (decimal): -3762100 or 5019846. OLE color: 5019846.

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

Color convert

RGB 198 152 76 -
CMYK 0 0.23 0.62 0.22
HSL 37.38º 0.52% 0.54% -
HSV(B) 37.38º 0.62% 0.78% -
XYZ 35.82 34.98 11.7 -
YUV 157.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 198 152 76 0 0.23 0.62 0.22 37.38 0.52 0.54
Hex C6 98 4C 0 17 3E 16 25 34 36
Octal 306 230 114 0 27 76 26 45 64 66
Binary 11000110 10011000 1001100 0 10111 111110 10110 100101 110100 110110

Color Harmonies of #C6984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6984C

Black with #C6984C

Text Example


Text Example

White with #C6984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6984C; }

 p { color: rgb(198,152,76); }

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

background-color css

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

 a { background-color: rgb(198,152,76); }

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

border-color css

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

 span { border-color: rgb(198,152,76); }

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