#C68C52

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

Shades of Twine #C68C52

Tints of Twine #C68C52

Color information

#C68C52 (or 0xC68C52) is unknown color: approx Twine. HEX triplet: C6, 8C and 52. RGB value is (198,140,82). Sum of RGB (Red+Green+Blue) = 198+140+82=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C52 is #3973AD. Grayscale: #979797. Windows color (decimal): -3765166 or 5409990. OLE color: 5409990.

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

Color convert

RGB19814082-
CMYK00.290.590.22
HSL30º50.43%54.9%-
HSV(B)30º58.59%77.65%-
XYZ34.1931.3712.24-
YUV150.7389.22161.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=47.14%
G=33.33%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981408200.290.590.223050.4354.9
HexC68C5201D3B161e3237
Octal3062141220357326366267
Binary110001101000110010100100111011110111011011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C52; }

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

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

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

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

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

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

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

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