#C6884F

Color #C6884F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C6884F

Tints of Twine #C6884F

Color information

#C6884F (or 0xC6884F) is unknown color: approx Twine. HEX triplet: C6, 88 and 4F. RGB value is (198,136,79). Sum of RGB (Red+Green+Blue) = 198+136+79=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6884F is #3977B0. Grayscale: #949494. Windows color (decimal): -3766193 or 5212358. OLE color: 5212358.

HSL color Cylindrical-coordinate representation of color #C6884F: hue angle of 28.74º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6884F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19813679-
CMYK00.310.600.22
HSL28.74º51.07%54.31%-
HSV(B)28.74º60.1%77.65%-
XYZ33.530.1811.46-
YUV148.0489.04163.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=47.94%
G=32.93%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981367900.310.600.2228.7451.0754.31
HexC6884F01F3C161d3336
Octal3062101170377426356366
Binary110001101000100010011110111111111001011011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6884F; }

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

 H1.HeaderClassName
 {
   color: #C6884F;
 }
 .AnyTagClassName
 {
   color: #C6884F;
 }
</style>
background-color css

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

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

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

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

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

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