#C69956

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

Shades of Twine #C69956

Tints of Twine #C69956

Color information

#C69956 (or 0xC69956) is unknown color: approx Twine. HEX triplet: C6, 99 and 56. RGB value is (198,153,86). Sum of RGB (Red+Green+Blue) = 198+153+86=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C69956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69956 is #3966A9. Grayscale: #9F9F9F. Windows color (decimal): -3761834 or 5675462. OLE color: 5675462.

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

Color convert

RGB19815386-
CMYK00.230.570.22
HSL35.89º49.56%55.69%-
HSV(B)35.89º56.57%77.65%-
XYZ36.3635.4613.73-
YUV158.8286.91155.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 86 (33.98% from 255) = 19.68%
R=45.31%
G=35.01%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981538600.230.570.2235.8949.5655.69
HexC699560173916243238
Octal3062311260277126446270
Binary1100011010011001101011001011111100110110100100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69956; }

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

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

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

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

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

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

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

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