#c68d5d

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

Shades of Twine #C68D5D

Tints of Twine #C68D5D

Color information

#C68D5D (or 0xC68D5D) is unknown color: approx Twine. HEX triplet: C6, 8D and 5D. RGB value is (198,141,93). Sum of RGB (Red+Green+Blue) = 198+141+93=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D5D is #3972A2. Grayscale: #989898. Windows color (decimal): -3764899 or 6131142. OLE color: 6131142.

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

Color convert

RGB19814193-
CMYK00.290.530.22
HSL27.43º47.95%57.06%-
HSV(B)27.43º53.03%77.65%-
XYZ34.7931.8514.67-
YUV152.5794.38160.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=45.83%
G=32.64%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981419300.290.530.2227.4347.9557.06
HexC68D5D01D35161b3039
Octal3062151350356526336071
Binary110001101000110110111010111011101011011011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68d5d; }

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

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

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

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

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

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

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

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