#C69656

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

Shades of Twine #C69656

Tints of Twine #C69656

Color information

#C69656 (or 0xC69656) is unknown color: approx Twine. HEX triplet: C6, 96 and 56. RGB value is (198,150,86). Sum of RGB (Red+Green+Blue) = 198+150+86=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69656 is #3969A9. Grayscale: #9D9D9D. Windows color (decimal): -3762602 or 5674694. OLE color: 5674694.

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

Color convert

RGB19815086-
CMYK00.240.570.22
HSL34.29º49.56%55.69%-
HSV(B)34.29º56.57%77.65%-
XYZ35.8734.4913.57-
YUV157.0687.9157.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=45.62%
G=34.56%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981508600.240.570.2234.2949.5655.69
HexC696560183916223238
Octal3062261260307126426270
Binary1100011010010110101011001100011100110110100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69656; }

 p { color: rgb(198,150,86); }

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

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

 a { background-color: rgb(198,150,86); }

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

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

 span { border-color: rgb(198,150,86); }

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