#C68D53

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

Shades of Twine #C68D53

Tints of Twine #C68D53

Color information

#C68D53 (or 0xC68D53) is unknown color: approx Twine. HEX triplet: C6, 8D and 53. RGB value is (198,141,83). Sum of RGB (Red+Green+Blue) = 198+141+83=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D53 is #3972AC. Grayscale: #979797. Windows color (decimal): -3764909 or 5475782. OLE color: 5475782.

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

Color convert

RGB19814183-
CMYK00.290.580.22
HSL30.26º50.22%55.1%-
HSV(B)30.26º58.08%77.65%-
XYZ34.3731.6812.49-
YUV151.4389.38161.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 83 (32.81% from 255) = 19.67%
R=46.92%
G=33.41%
B=19.67%

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
Decimal1981418300.290.580.2230.2650.2255.1
HexC68D5301D3A161e3237
Octal3062151230357226366267
Binary110001101000110110100110111011110101011011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D53; }

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

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

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

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

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

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

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

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