#C69C56

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

Shades of Twine #C69C56

Tints of Twine #C69C56

Color information

#C69C56 (or 0xC69C56) is unknown color: approx Twine. HEX triplet: C6, 9C and 56. RGB value is (198,156,86). Sum of RGB (Red+Green+Blue) = 198+156+86=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C56 is #3963A9. Grayscale: #A0A0A0. Windows color (decimal): -3761066 or 5676230. OLE color: 5676230.

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

Color convert

RGB19815686-
CMYK00.210.570.22
HSL37.5º49.56%55.69%-
HSV(B)37.5º56.57%77.65%-
XYZ36.8636.4513.9-
YUV160.5885.91154.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=45%
G=35.45%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981568600.210.570.2237.549.5655.69
HexC69C560153916263238
Octal3062341260257126466270
Binary1100011010011100101011001010111100110110100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C56; }

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

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

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

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

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

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

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

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