#C68A56

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

Shades of Twine #C68A56

Tints of Twine #C68A56

Color information

#C68A56 (or 0xC68A56) is unknown color: approx Twine. HEX triplet: C6, 8A and 56. RGB value is (198,138,86). Sum of RGB (Red+Green+Blue) = 198+138+86=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A56 is #3975A9. Grayscale: #969696. Windows color (decimal): -3765674 or 5671622. OLE color: 5671622.

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

Color convert

RGB19813886-
CMYK00.300.570.22
HSL27.86º49.56%55.69%-
HSV(B)27.86º56.57%77.65%-
XYZ34.0630.8512.96-
YUV150.0191.88162.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=46.92%
G=32.70%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981388600.300.570.2227.8649.5655.69
HexC68A5601E39161c3238
Octal3062121260367126346270
Binary110001101000101010101100111101110011011011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A56; }

 p { color: rgb(198,138,86); }

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

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

 a { background-color: rgb(198,138,86); }

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

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

 span { border-color: rgb(198,138,86); }

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