#C68C58

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

Shades of Twine #C68C58

Tints of Twine #C68C58

Color information

#C68C58 (or 0xC68C58) is unknown color: approx Twine. HEX triplet: C6, 8C and 58. RGB value is (198,140,88). Sum of RGB (Red+Green+Blue) = 198+140+88=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C58 is #3973A7. Grayscale: #979797. Windows color (decimal): -3765160 or 5803206. OLE color: 5803206.

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

Color convert

RGB19814088-
CMYK00.290.560.22
HSL28.36º49.11%56.08%-
HSV(B)28.36º55.56%77.65%-
XYZ34.4331.4713.49-
YUV151.4192.22161.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=46.48%
G=32.86%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981408800.290.560.2228.3649.1156.08
HexC68C5801D38161c3138
Octal3062141300357026346170
Binary110001101000110010110000111011110001011011100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C58; }

 p { color: rgb(198,140,88); }

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

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

 a { background-color: rgb(198,140,88); }

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

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

 span { border-color: rgb(198,140,88); }

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