#C68754

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

Shades of Twine #C68754

Tints of Twine #C68754

Color information

#C68754 (or 0xC68754) is unknown color: approx Twine. HEX triplet: C6, 87 and 54. RGB value is (198,135,84). Sum of RGB (Red+Green+Blue) = 198+135+84=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C68754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68754 is #3978AB. Grayscale: #949494. Windows color (decimal): -3766444 or 5539782. OLE color: 5539782.

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

Color convert

RGB19813584-
CMYK00.320.580.22
HSL26.84º50%55.29%-
HSV(B)26.84º57.58%77.65%-
XYZ33.5529.9712.4-
YUV148.0291.87163.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=47.48%
G=32.37%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981358400.320.580.2226.845055.29
HexC687540203A161b3237
Octal3062071240407226336267
Binary1100011010000111101010001000001110101011011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68754; }

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

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

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

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

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

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

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

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