#C69254

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

Shades of Twine #C69254

Tints of Twine #C69254

Color information

#C69254 (or 0xC69254) is unknown color: approx Twine. HEX triplet: C6, 92 and 54. RGB value is (198,146,84). Sum of RGB (Red+Green+Blue) = 198+146+84=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69254 is #396DAB. Grayscale: #9A9A9A. Windows color (decimal): -3763628 or 5542598. OLE color: 5542598.

HSL color Cylindrical-coordinate representation of color #C69254: hue angle of 32.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C69254 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19814684-
CMYK00.260.580.22
HSL32.63º50%55.29%-
HSV(B)32.63º57.58%77.65%-
XYZ35.1733.212.94-
YUV154.4888.23159.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 84 (33.20% from 255) = 19.63%
R=46.26%
G=34.11%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981468400.260.580.2232.635055.29
HexC6925401A3A16213237
Octal3062221240327226416267
Binary1100011010010010101010001101011101010110100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69254; }

 p { color: rgb(198,146,84); }

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

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

 a { background-color: rgb(198,146,84); }

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

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

 span { border-color: rgb(198,146,84); }

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