#C68F50

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

Shades of Twine #C68F50

Tints of Twine #C68F50

Color information

#C68F50 (or 0xC68F50) is unknown color: approx Twine. HEX triplet: C6, 8F and 50. RGB value is (198,143,80). Sum of RGB (Red+Green+Blue) = 198+143+80=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F50 is #3970AF. Grayscale: #989898. Windows color (decimal): -3764400 or 5279686. OLE color: 5279686.

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

Color convert

RGB19814380-
CMYK00.280.600.22
HSL32.03º50.86%54.51%-
HSV(B)32.03º59.6%77.65%-
XYZ34.5632.2311.99-
YUV152.2687.22160.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=47.03%
G=33.97%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981438000.280.600.2232.0350.8654.51
HexC68F5001C3C16203337
Octal3062171200347426406367
Binary1100011010001111101000001110011110010110100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F50; }

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

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

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

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

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

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

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

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