#C6965F

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

Shades of Twine #C6965F

Tints of Twine #C6965F

Color information

#C6965F (or 0xC6965F) is unknown color: approx Twine. HEX triplet: C6, 96 and 5F. RGB value is (198,150,95). Sum of RGB (Red+Green+Blue) = 198+150+95=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6965F is #3969A0. Grayscale: #9E9E9E. Windows color (decimal): -3762593 or 6264518. OLE color: 6264518.

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

Color convert

RGB19815095-
CMYK00.240.520.22
HSL32.04º47.47%57.45%-
HSV(B)32.04º52.02%77.65%-
XYZ36.2634.6415.6-
YUV158.0892.4156.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=44.70%
G=33.86%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981509500.240.520.2232.0447.4757.45
HexC6965F0183416202f39
Octal3062261370306426405771
Binary1100011010010110101111101100011010010110100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6965F; }

 p { color: rgb(198,150,95); }

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

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

 a { background-color: rgb(198,150,95); }

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

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

 span { border-color: rgb(198,150,95); }

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