#C69050

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

Shades of Twine #C69050

Tints of Twine #C69050

Color information

#C69050 (or 0xC69050) is unknown color: approx Twine. HEX triplet: C6, 90 and 50. RGB value is (198,144,80). Sum of RGB (Red+Green+Blue) = 198+144+80=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69050 is #396FAF. Grayscale: #999999. Windows color (decimal): -3764144 or 5279942. OLE color: 5279942.

HSL color Cylindrical-coordinate representation of color #C69050: hue angle of 32.54º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69050 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19814480-
CMYK00.270.600.22
HSL32.54º50.86%54.51%-
HSV(B)32.54º59.6%77.65%-
XYZ34.7132.5312.04-
YUV152.8586.89160.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=46.92%
G=34.12%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981448000.270.600.2232.5450.8654.51
HexC6905001B3C16213337
Octal3062201200337426416367
Binary1100011010010000101000001101111110010110100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69050; }

 p { color: rgb(198,144,80); }

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

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

 a { background-color: rgb(198,144,80); }

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

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

 span { border-color: rgb(198,144,80); }

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