#C68750

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

Shades of Twine #C68750

Tints of Twine #C68750

Color information

#C68750 (or 0xC68750) is unknown color: approx Twine. HEX triplet: C6, 87 and 50. RGB value is (198,135,80). Sum of RGB (Red+Green+Blue) = 198+135+80=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68750 is #3978AF. Grayscale: #939393. Windows color (decimal): -3766448 or 5277638. OLE color: 5277638.

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

Color convert

RGB19813580-
CMYK00.320.600.22
HSL27.97º50.86%54.51%-
HSV(B)27.97º59.6%77.65%-
XYZ33.429.9111.6-
YUV147.5789.87163.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=47.94%
G=32.69%
B=19.37%

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
Decimal1981358000.320.600.2227.9750.8654.51
HexC687500203C161c3337
Octal3062071200407426346367
Binary1100011010000111101000001000001111001011011100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68750; }

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

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

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

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

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

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

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

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