Html Css Color HEX #C68C49 Tussock

📋 copy color: '#C68C49'

red 198 ◦ green 140 ◦ blue 73

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

Shades of Tussock #C68C49

Tints of Tussock #C68C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 48.18%
G = 34.06%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68C49 (or 0xC68C49) is known color: Tussock. HEX triplet: C6, 8C and 49. RGB value is (198,140,73). Sum of RGB (Red+Green+Blue) = 198+140+73=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C49 is #3973B6. Grayscale: #969696. Windows color (decimal): -3765175 or 4820166. OLE color: 4820166.

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

Color convert

RGB 198 140 73 -
CMYK 0 0.29 0.63 0.22
HSL 32.16º 0.52% 0.53% -
HSV(B) 32.16º 0.63% 0.78% -
XYZ 33.87 31.24 10.55 -
YUV 149.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 198 140 73 0 0.29 0.63 0.22 32.16 0.52 0.53
Hex C6 8C 49 0 1D 3F 16 20 34 35
Octal 306 214 111 0 35 77 26 40 64 65
Binary 11000110 10001100 1001001 0 11101 111111 10110 100000 110100 110101

Color Harmonies of #C68C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C49

Black with #C68C49

Text Example


Text Example

White with #C68C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C49; }

 p { color: rgb(198,140,73); }

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

background-color css

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

 a { background-color: rgb(198,140,73); }

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

border-color css

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

 span { border-color: rgb(198,140,73); }

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