#C29656

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

Shades of Twine #C29656

Tints of Twine #C29656

Color information

#C29656 (or 0xC29656) is unknown color: approx Twine. HEX triplet: C2, 96 and 56. RGB value is (194,150,86). Sum of RGB (Red+Green+Blue) = 194+150+86=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C29656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29656 is #3D69A9. Grayscale: #9C9C9C. Windows color (decimal): -4024746 or 5674690. OLE color: 5674690.

HSL color Cylindrical-coordinate representation of color #C29656: hue angle of 35.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C29656 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19415086-
CMYK00.230.560.24
HSL35.56º46.96%54.9%-
HSV(B)35.56º55.67%76.08%-
XYZ34.8333.9513.52-
YUV155.8688.58155.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 86 (33.98% from 255) = 20%
R=45.12%
G=34.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941508600.230.560.2435.5646.9654.9
HexC296560173818242f37
Octal3022261260277030445767
Binary1100001010010110101011001011111100011000100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29656; }

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

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

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

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

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

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

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

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