#C68D54

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

Shades of Twine #C68D54

Tints of Twine #C68D54

Color information

#C68D54 (or 0xC68D54) is unknown color: approx Twine. HEX triplet: C6, 8D and 54. RGB value is (198,141,84). Sum of RGB (Red+Green+Blue) = 198+141+84=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D54 is #3972AB. Grayscale: #979797. Windows color (decimal): -3764908 or 5541318. OLE color: 5541318.

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

Color convert

RGB19814184-
CMYK00.290.580.22
HSL30º50%55.29%-
HSV(B)30º57.58%77.65%-
XYZ34.4131.712.69-
YUV151.5489.88161.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=46.81%
G=33.33%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981418400.290.580.22305055.29
HexC68D5401D3A161e3237
Octal3062151240357226366267
Binary110001101000110110101000111011110101011011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D54; }

 p { color: rgb(198,141,84); }

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

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

 a { background-color: rgb(198,141,84); }

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

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

 span { border-color: rgb(198,141,84); }

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