Html Css Color HEX #C6944C Tussock

📋 copy color: '#C6944C'

red 198 ◦ green 148 ◦ blue 76

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

Shades of Tussock #C6944C

Tints of Tussock #C6944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 46.92%
G = 35.07%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6944C (or 0xC6944C) is known color: Tussock. HEX triplet: C6, 94 and 4C. RGB value is (198,148,76). Sum of RGB (Red+Green+Blue) = 198+148+76=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6944C is #396BB3. Grayscale: #9B9B9B. Windows color (decimal): -3763124 or 5018822. OLE color: 5018822.

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

Color convert

RGB 198 148 76 -
CMYK 0 0.25 0.62 0.22
HSL 35.41º 0.52% 0.54% -
HSV(B) 35.41º 0.62% 0.78% -
XYZ 35.18 33.71 11.49 -
YUV 154.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 198 148 76 0 0.25 0.62 0.22 35.41 0.52 0.54
Hex C6 94 4C 0 19 3E 16 23 34 36
Octal 306 224 114 0 31 76 26 43 64 66
Binary 11000110 10010100 1001100 0 11001 111110 10110 100011 110100 110110

Color Harmonies of #C6944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6944C

Black with #C6944C

Text Example


Text Example

White with #C6944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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