Html Css Color HEX #C6884C Tussock

📋 copy color: '#C6884C'

red 198 ◦ green 136 ◦ blue 76

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

Shades of Tussock #C6884C

Tints of Tussock #C6884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 48.29%
G = 33.17%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6884C (or 0xC6884C) is known color: Tussock. HEX triplet: C6, 88 and 4C. RGB value is (198,136,76). Sum of RGB (Red+Green+Blue) = 198+136+76=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6884C is #3977B3. Grayscale: #949494. Windows color (decimal): -3766196 or 5015750. OLE color: 5015750.

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

Color convert

RGB 198 136 76 -
CMYK 0 0.31 0.62 0.22
HSL 29.51º 0.52% 0.54% -
HSV(B) 29.51º 0.62% 0.78% -
XYZ 33.4 30.14 10.89 -
YUV 147.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 198 136 76 0 0.31 0.62 0.22 29.51 0.52 0.54
Hex C6 88 4C 0 1F 3E 16 1E 34 36
Octal 306 210 114 0 37 76 26 36 64 66
Binary 11000110 10001000 1001100 0 11111 111110 10110 11110 110100 110110

Color Harmonies of #C6884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6884C

Black with #C6884C

Text Example


Text Example

White with #C6884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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