#C68650

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

Shades of Twine #C68650

Tints of Twine #C68650

Color information

#C68650 (or 0xC68650) is unknown color: approx Twine. HEX triplet: C6, 86 and 50. RGB value is (198,134,80). Sum of RGB (Red+Green+Blue) = 198+134+80=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68650 is #3979AF. Grayscale: #939393. Windows color (decimal): -3766704 or 5277382. OLE color: 5277382.

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

Color convert

RGB19813480-
CMYK00.320.600.22
HSL27.46º50.86%54.51%-
HSV(B)27.46º59.6%77.65%-
XYZ33.2629.6411.56-
YUV146.9890.2164.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 80 (31.64% from 255) = 19.42%
R=48.06%
G=32.52%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981348000.320.600.2227.4650.8654.51
HexC686500203C161b3337
Octal3062061200407426336367
Binary1100011010000110101000001000001111001011011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68650; }

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

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

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

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

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

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

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

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